Shades of Zest #C9703E
Tints of Zest #C9703E
RGB
CMYK
RGB Variations
Color information
#C9703E (or 0xC9703E) is known color: Zest. HEX triplet: C9, 70 and 3E. RGB value is (201,112,62). Sum of RGB (Red+Green+Blue) = 201+112+62=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9703E is #368FC1. Grayscale: #858585. Windows color (decimal): -3575746 or 4092105. OLE color: 4092105.
HSL color Cylindrical-coordinate representation of color #C9703E: hue angle of 21.58º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9703E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 62 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.21 |
| HSL | 21.58º | 0.56% | 0.52% | - |
| HSV(B) | 21.58º | 0.69% | 0.79% | - |
| XYZ | 30.75 | 24.35 | 7.64 | - |
| YUV | 132.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 62 | 0 | 0.44 | 0.69 | 0.21 | 21.58 | 0.56 | 0.52 |
| Hex | C9 | 70 | 3E | 0 | 2C | 45 | 15 | 16 | 38 | 34 |
| Octal | 311 | 160 | 76 | 0 | 54 | 105 | 25 | 26 | 70 | 64 |
| Binary | 11001001 | 1110000 | 111110 | 0 | 101100 | 1000101 | 10101 | 10110 | 111000 | 110100 |
Color Harmonies of #C9703E
Complementary color
Monochromatic Colors of #C9703E
Black with #C9703E
Text Example
Text Example
White with #C9703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9703E; }
p { color: rgb(201,112,62); }
H1.HeaderClassName
{
color: #C9703E;
}
.AnyTagClassName
{
color: #C9703E;
}
</style>
background-color css
<style>
a { background-color: #C9703E; }
a { background-color: rgb(201,112,62); }
div.DivClassName
{
background-color: #C9703E;
}
.BgClassName
{
background-color: #C9703E;
}
</style>
border-color css
<style>
span { border-color: #C9703E; }
span { border-color: rgb(201,112,62); }
td.TdClassName
{
border-color: #C9703E;
}
.TagClassName
{
border-color: #C9703E;
}
</style>