Shades of Zest #C96F38
Tints of Zest #C96F38
RGB
CMYK
RGB Variations
Color information
#C96F38 (or 0xC96F38) is known color: Zest. HEX triplet: C9, 6F and 38. RGB value is (201,111,56). Sum of RGB (Red+Green+Blue) = 201+111+56=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F38 is #3690C7. Grayscale: #838383. Windows color (decimal): -3576008 or 3698633. OLE color: 3698633.
HSL color Cylindrical-coordinate representation of color #C96F38: hue angle of 22.76º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C96F38 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 56 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.21 |
| HSL | 22.76º | 0.57% | 0.5% | - |
| HSV(B) | 22.76º | 0.72% | 0.79% | - |
| XYZ | 30.49 | 24.07 | 6.78 | - |
| YUV | 131.64 | 85.32 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 56 | 0 | 0.45 | 0.72 | 0.21 | 22.76 | 0.57 | 0.5 |
| Hex | C9 | 6F | 38 | 0 | 2D | 48 | 15 | 17 | 39 | 32 |
| Octal | 311 | 157 | 70 | 0 | 55 | 110 | 25 | 27 | 71 | 62 |
| Binary | 11001001 | 1101111 | 111000 | 0 | 101101 | 1001000 | 10101 | 10111 | 111001 | 110010 |
Color Harmonies of #C96F38
Complementary color
Monochromatic Colors of #C96F38
Black with #C96F38
Text Example
Text Example
White with #C96F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F38; }
p { color: rgb(201,111,56); }
H1.HeaderClassName
{
color: #C96F38;
}
.AnyTagClassName
{
color: #C96F38;
}
</style>
background-color css
<style>
a { background-color: #C96F38; }
a { background-color: rgb(201,111,56); }
div.DivClassName
{
background-color: #C96F38;
}
.BgClassName
{
background-color: #C96F38;
}
</style>
border-color css
<style>
span { border-color: #C96F38; }
span { border-color: rgb(201,111,56); }
td.TdClassName
{
border-color: #C96F38;
}
.TagClassName
{
border-color: #C96F38;
}
</style>