Shades of Zest #C96F36
Tints of Zest #C96F36
RGB
CMYK
RGB Variations
Color information
#C96F36 (or 0xC96F36) is known color: Zest. HEX triplet: C9, 6F and 36. RGB value is (201,111,54). Sum of RGB (Red+Green+Blue) = 201+111+54=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F36 is #3690C9. Grayscale: #838383. Windows color (decimal): -3576010 or 3567561. OLE color: 3567561.
HSL color Cylindrical-coordinate representation of color #C96F36: hue angle of 23.27º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C96F36 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 54 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.21 |
| HSL | 23.27º | 0.58% | 0.5% | - |
| HSV(B) | 23.27º | 0.73% | 0.79% | - |
| XYZ | 30.44 | 24.05 | 6.53 | - |
| YUV | 131.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 54 | 0 | 0.45 | 0.73 | 0.21 | 23.27 | 0.58 | 0.5 |
| Hex | C9 | 6F | 36 | 0 | 2D | 49 | 15 | 17 | 3A | 32 |
| Octal | 311 | 157 | 66 | 0 | 55 | 111 | 25 | 27 | 72 | 62 |
| Binary | 11001001 | 1101111 | 110110 | 0 | 101101 | 1001001 | 10101 | 10111 | 111010 | 110010 |
Color Harmonies of #C96F36
Complementary color
Monochromatic Colors of #C96F36
Black with #C96F36
Text Example
Text Example
White with #C96F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F36; }
p { color: rgb(201,111,54); }
H1.HeaderClassName
{
color: #C96F36;
}
.AnyTagClassName
{
color: #C96F36;
}
</style>
background-color css
<style>
a { background-color: #C96F36; }
a { background-color: rgb(201,111,54); }
div.DivClassName
{
background-color: #C96F36;
}
.BgClassName
{
background-color: #C96F36;
}
</style>
border-color css
<style>
span { border-color: #C96F36; }
span { border-color: rgb(201,111,54); }
td.TdClassName
{
border-color: #C96F36;
}
.TagClassName
{
border-color: #C96F36;
}
</style>