Shades of Zest #C9763C
Tints of Zest #C9763C
RGB
CMYK
RGB Variations
Color information
#C9763C (or 0xC9763C) is known color: Zest. HEX triplet: C9, 76 and 3C. RGB value is (201,118,60). Sum of RGB (Red+Green+Blue) = 201+118+60=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9763C is #3689C3. Grayscale: #888888. Windows color (decimal): -3574212 or 3962569. OLE color: 3962569.
HSL color Cylindrical-coordinate representation of color #C9763C: hue angle of 24.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9763C is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 60 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.21 |
| HSL | 24.68º | 0.57% | 0.51% | - |
| HSV(B) | 24.68º | 0.7% | 0.79% | - |
| XYZ | 31.38 | 25.7 | 7.58 | - |
| YUV | 136.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 60 | 0 | 0.41 | 0.70 | 0.21 | 24.68 | 0.57 | 0.51 |
| Hex | C9 | 76 | 3C | 0 | 29 | 46 | 15 | 19 | 39 | 33 |
| Octal | 311 | 166 | 74 | 0 | 51 | 106 | 25 | 31 | 71 | 63 |
| Binary | 11001001 | 1110110 | 111100 | 0 | 101001 | 1000110 | 10101 | 11001 | 111001 | 110011 |
Color Harmonies of #C9763C
Complementary color
Monochromatic Colors of #C9763C
Black with #C9763C
Text Example
Text Example
White with #C9763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9763C; }
p { color: rgb(201,118,60); }
H1.HeaderClassName
{
color: #C9763C;
}
.AnyTagClassName
{
color: #C9763C;
}
</style>
background-color css
<style>
a { background-color: #C9763C; }
a { background-color: rgb(201,118,60); }
div.DivClassName
{
background-color: #C9763C;
}
.BgClassName
{
background-color: #C9763C;
}
</style>
border-color css
<style>
span { border-color: #C9763C; }
span { border-color: rgb(201,118,60); }
td.TdClassName
{
border-color: #C9763C;
}
.TagClassName
{
border-color: #C9763C;
}
</style>