Shades of Zest #C9703F
Tints of Zest #C9703F
RGB
CMYK
RGB Variations
Color information
#C9703F (or 0xC9703F) is known color: Zest. HEX triplet: C9, 70 and 3F. RGB value is (201,112,63). Sum of RGB (Red+Green+Blue) = 201+112+63=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9703F is #368FC0. Grayscale: #858585. Windows color (decimal): -3575745 or 4157641. OLE color: 4157641.
HSL color Cylindrical-coordinate representation of color #C9703F: hue angle of 21.3º 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 #C9703F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 63 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.21 |
| HSL | 21.3º | 0.56% | 0.52% | - |
| HSV(B) | 21.3º | 0.69% | 0.79% | - |
| XYZ | 30.78 | 24.36 | 7.78 | - |
| YUV | 133.03 | 88.49 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 63 | 0 | 0.44 | 0.69 | 0.21 | 21.3 | 0.56 | 0.52 |
| Hex | C9 | 70 | 3F | 0 | 2C | 45 | 15 | 15 | 38 | 34 |
| Octal | 311 | 160 | 77 | 0 | 54 | 105 | 25 | 25 | 70 | 64 |
| Binary | 11001001 | 1110000 | 111111 | 0 | 101100 | 1000101 | 10101 | 10101 | 111000 | 110100 |
Color Harmonies of #C9703F
Complementary color
Monochromatic Colors of #C9703F
Black with #C9703F
Text Example
Text Example
White with #C9703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9703F; }
p { color: rgb(201,112,63); }
H1.HeaderClassName
{
color: #C9703F;
}
.AnyTagClassName
{
color: #C9703F;
}
</style>
background-color css
<style>
a { background-color: #C9703F; }
a { background-color: rgb(201,112,63); }
div.DivClassName
{
background-color: #C9703F;
}
.BgClassName
{
background-color: #C9703F;
}
</style>
border-color css
<style>
span { border-color: #C9703F; }
span { border-color: rgb(201,112,63); }
td.TdClassName
{
border-color: #C9703F;
}
.TagClassName
{
border-color: #C9703F;
}
</style>