Shades of Zest #C7702F
Tints of Zest #C7702F
RGB
CMYK
RGB Variations
Color information
#C7702F (or 0xC7702F) is known color: Zest. HEX triplet: C7, 70 and 2F. RGB value is (199,112,47). Sum of RGB (Red+Green+Blue) = 199+112+47=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7702F is #388FD0. Grayscale: #828282. Windows color (decimal): -3706833 or 3109063. OLE color: 3109063.
HSL color Cylindrical-coordinate representation of color #C7702F: hue angle of 25.66º 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 #C7702F is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 47 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.22 |
| HSL | 25.66º | 0.62% | 0.48% | - |
| HSV(B) | 25.66º | 0.76% | 0.78% | - |
| XYZ | 29.86 | 23.94 | 5.74 | - |
| YUV | 130.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 47 | 0 | 0.44 | 0.76 | 0.22 | 25.66 | 0.62 | 0.48 |
| Hex | C7 | 70 | 2F | 0 | 2C | 4C | 16 | 1A | 3E | 30 |
| Octal | 307 | 160 | 57 | 0 | 54 | 114 | 26 | 32 | 76 | 60 |
| Binary | 11000111 | 1110000 | 101111 | 0 | 101100 | 1001100 | 10110 | 11010 | 111110 | 110000 |
Color Harmonies of #C7702F
Complementary color
Monochromatic Colors of #C7702F
Black with #C7702F
Text Example
Text Example
White with #C7702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7702F; }
p { color: rgb(199,112,47); }
H1.HeaderClassName
{
color: #C7702F;
}
.AnyTagClassName
{
color: #C7702F;
}
</style>
background-color css
<style>
a { background-color: #C7702F; }
a { background-color: rgb(199,112,47); }
div.DivClassName
{
background-color: #C7702F;
}
.BgClassName
{
background-color: #C7702F;
}
</style>
border-color css
<style>
span { border-color: #C7702F; }
span { border-color: rgb(199,112,47); }
td.TdClassName
{
border-color: #C7702F;
}
.TagClassName
{
border-color: #C7702F;
}
</style>