Shades of Zest #C8702F
Tints of Zest #C8702F
RGB
CMYK
RGB Variations
Color information
#C8702F (or 0xC8702F) is known color: Zest. HEX triplet: C8, 70 and 2F. RGB value is (200,112,47). Sum of RGB (Red+Green+Blue) = 200+112+47=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8702F is #378FD0. Grayscale: #838383. Windows color (decimal): -3641297 or 3109064. OLE color: 3109064.
HSL color Cylindrical-coordinate representation of color #C8702F: hue angle of 25.49º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8702F is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 47 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.22 |
| HSL | 25.49º | 0.62% | 0.48% | - |
| HSV(B) | 25.49º | 0.77% | 0.78% | - |
| XYZ | 30.13 | 24.07 | 5.75 | - |
| YUV | 130.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 47 | 0 | 0.44 | 0.76 | 0.22 | 25.49 | 0.62 | 0.48 |
| Hex | C8 | 70 | 2F | 0 | 2C | 4C | 16 | 19 | 3E | 30 |
| Octal | 310 | 160 | 57 | 0 | 54 | 114 | 26 | 31 | 76 | 60 |
| Binary | 11001000 | 1110000 | 101111 | 0 | 101100 | 1001100 | 10110 | 11001 | 111110 | 110000 |
Color Harmonies of #C8702F
Complementary color
Monochromatic Colors of #C8702F
Black with #C8702F
Text Example
Text Example
White with #C8702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8702F; }
p { color: rgb(200,112,47); }
H1.HeaderClassName
{
color: #C8702F;
}
.AnyTagClassName
{
color: #C8702F;
}
</style>
background-color css
<style>
a { background-color: #C8702F; }
a { background-color: rgb(200,112,47); }
div.DivClassName
{
background-color: #C8702F;
}
.BgClassName
{
background-color: #C8702F;
}
</style>
border-color css
<style>
span { border-color: #C8702F; }
span { border-color: rgb(200,112,47); }
td.TdClassName
{
border-color: #C8702F;
}
.TagClassName
{
border-color: #C8702F;
}
</style>