Shades of Zest #C96F32
Tints of Zest #C96F32
RGB
CMYK
RGB Variations
Color information
#C96F32 (or 0xC96F32) is known color: Zest. HEX triplet: C9, 6F and 32. RGB value is (201,111,50). Sum of RGB (Red+Green+Blue) = 201+111+50=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F32 is #3690CD. Grayscale: #838383. Windows color (decimal): -3576014 or 3305417. OLE color: 3305417.
HSL color Cylindrical-coordinate representation of color #C96F32: hue angle of 24.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C96F32 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 50 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.21 |
| HSL | 24.24º | 0.6% | 0.49% | - |
| HSV(B) | 24.24º | 0.75% | 0.79% | - |
| XYZ | 30.35 | 24.02 | 6.05 | - |
| YUV | 130.96 | 82.32 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 50 | 0 | 0.45 | 0.75 | 0.21 | 24.24 | 0.6 | 0.49 |
| Hex | C9 | 6F | 32 | 0 | 2D | 4B | 15 | 18 | 3C | 31 |
| Octal | 311 | 157 | 62 | 0 | 55 | 113 | 25 | 30 | 74 | 61 |
| Binary | 11001001 | 1101111 | 110010 | 0 | 101101 | 1001011 | 10101 | 11000 | 111100 | 110001 |
Color Harmonies of #C96F32
Complementary color
Monochromatic Colors of #C96F32
Black with #C96F32
Text Example
Text Example
White with #C96F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F32; }
p { color: rgb(201,111,50); }
H1.HeaderClassName
{
color: #C96F32;
}
.AnyTagClassName
{
color: #C96F32;
}
</style>
background-color css
<style>
a { background-color: #C96F32; }
a { background-color: rgb(201,111,50); }
div.DivClassName
{
background-color: #C96F32;
}
.BgClassName
{
background-color: #C96F32;
}
</style>
border-color css
<style>
span { border-color: #C96F32; }
span { border-color: rgb(201,111,50); }
td.TdClassName
{
border-color: #C96F32;
}
.TagClassName
{
border-color: #C96F32;
}
</style>