HSL(16, 33%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,33%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 33%, 65%) | color: hsl(16, 33%, 65%) | |
| HEX | #C39888 | color: #C39888 | |
| RGB | rgb(195, 152, 136) | color: rgb(195, 152, 136) | |
| CMYK | cmyk(0%, 22%, 30%, 24%) | — | |
| HSV | hsv(16, 30%, 76%) | — | |
| HWB | hwb(16 53% 24%) | color: hwb(16 53% 24%) | |
| OKLCH | oklch(0.7155 0.0568 41.36) | color: oklch(0.7155 0.0568 41.36) | |
| Lab | lab(66.4 13.76 14.59) | color: lab(66.4 13.76 14.59) | |
| LCH | lch(66.4 20.06 46.68) | color: lch(66.4 20.06 46.68) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#B0B08C — rgb(176, 176, 140)
Deuteranopia (Green-blind)
#B3B68D — rgb(179, 182, 141)
Tritanopia (Blue-blind)
#C18F90 — rgb(193, 143, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 33%, 65%);
text
color: hsl(16, 33%, 65%);
border
border: 2px solid hsl(16, 33%, 65%);
gradient light
background: linear-gradient(to right, hsl(16, 33%, 85%), hsl(16, 33%, 65%));
gradient dark
background: linear-gradient(to right, hsl(16, 33%, 65%), hsl(16, 33%, 45%))
hex
background-color: #C39888;
tailwind
bg-[hsl(16,33%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 33%, 65%, 0.4);
css variable
--color-primary: hsl(16, 33%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 33%, 65%)?
HEX: #C39888 | RGB: rgb(195, 152, 136) | CMYK: 0%, 22%, 30%, 24% | HSV: 16°, 30%, 76%. Copy any format from the conversion table above.
What colors go well with #C39888?
The complementary color is HSL(196, 33%, 65%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 33%, 65%) in CSS?
As HSL: color: hsl(16, 33%, 65%); — As HEX: color: #C39888; — As RGB: color: rgb(195, 152, 136); — Tailwind CSS: bg-[hsl(16,33%,65%)] — CSS variable: --color-primary: hsl(16, 33%, 65%);