Shades of Zest #C8763C
Tints of Zest #C8763C
RGB
CMYK
RGB Variations
Color information
#C8763C (or 0xC8763C) is known color: Zest. HEX triplet: C8, 76 and 3C. RGB value is (200,118,60). Sum of RGB (Red+Green+Blue) = 200+118+60=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8763C is #3789C3. Grayscale: #888888. Windows color (decimal): -3639748 or 3962568. OLE color: 3962568.
HSL color Cylindrical-coordinate representation of color #C8763C: hue angle of 24.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8763C is Cyan = 0, Magento = 0.41, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 60 | - |
| CMYK | 0 | 0.41 | 0.7 | 0.22 |
| HSL | 24.86º | 0.56% | 0.51% | - |
| HSV(B) | 24.86º | 0.7% | 0.78% | - |
| XYZ | 31.11 | 25.56 | 7.57 | - |
| YUV | 135.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 60 | 0 | 0.41 | 0.7 | 0.22 | 24.86 | 0.56 | 0.51 |
| Hex | C8 | 76 | 3C | 0 | 29 | 46 | 16 | 19 | 38 | 33 |
| Octal | 310 | 166 | 74 | 0 | 51 | 106 | 26 | 31 | 70 | 63 |
| Binary | 11001000 | 1110110 | 111100 | 0 | 101001 | 1000110 | 10110 | 11001 | 111000 | 110011 |
Color Harmonies of #C8763C
Complementary color
Monochromatic Colors of #C8763C
Black with #C8763C
Text Example
Text Example
White with #C8763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8763C; }
p { color: rgb(200,118,60); }
H1.HeaderClassName
{
color: #C8763C;
}
.AnyTagClassName
{
color: #C8763C;
}
</style>
background-color css
<style>
a { background-color: #C8763C; }
a { background-color: rgb(200,118,60); }
div.DivClassName
{
background-color: #C8763C;
}
.BgClassName
{
background-color: #C8763C;
}
</style>
border-color css
<style>
span { border-color: #C8763C; }
span { border-color: rgb(200,118,60); }
td.TdClassName
{
border-color: #C8763C;
}
.TagClassName
{
border-color: #C8763C;
}
</style>