Shades of Zest #CC773E
Tints of Zest #CC773E
RGB
CMYK
RGB Variations
Color information
#CC773E (or 0xCC773E) is known color: Zest. HEX triplet: CC, 77 and 3E. RGB value is (204,119,62). Sum of RGB (Red+Green+Blue) = 204+119+62=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC773E is #3388C1. Grayscale: #8A8A8A. Windows color (decimal): -3377346 or 4093900. OLE color: 4093900.
HSL color Cylindrical-coordinate representation of color #CC773E: hue angle of 24.08º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC773E is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 62 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.2 |
| HSL | 24.08º | 0.58% | 0.52% | - |
| HSV(B) | 24.08º | 0.7% | 0.8% | - |
| XYZ | 32.37 | 26.38 | 7.94 | - |
| YUV | 137.92 | 85.16 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 62 | 0 | 0.42 | 0.70 | 0.2 | 24.08 | 0.58 | 0.52 |
| Hex | CC | 77 | 3E | 0 | 2A | 46 | 14 | 18 | 3A | 34 |
| Octal | 314 | 167 | 76 | 0 | 52 | 106 | 24 | 30 | 72 | 64 |
| Binary | 11001100 | 1110111 | 111110 | 0 | 101010 | 1000110 | 10100 | 11000 | 111010 | 110100 |
Color Harmonies of #CC773E
Complementary color
Monochromatic Colors of #CC773E
Black with #CC773E
Text Example
Text Example
White with #CC773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC773E; }
p { color: rgb(204,119,62); }
H1.HeaderClassName
{
color: #CC773E;
}
.AnyTagClassName
{
color: #CC773E;
}
</style>
background-color css
<style>
a { background-color: #CC773E; }
a { background-color: rgb(204,119,62); }
div.DivClassName
{
background-color: #CC773E;
}
.BgClassName
{
background-color: #CC773E;
}
</style>
border-color css
<style>
span { border-color: #CC773E; }
span { border-color: rgb(204,119,62); }
td.TdClassName
{
border-color: #CC773E;
}
.TagClassName
{
border-color: #CC773E;
}
</style>