Shades of Zest #CC763F
Tints of Zest #CC763F
RGB
CMYK
RGB Variations
Color information
#CC763F (or 0xCC763F) is known color: Zest. HEX triplet: CC, 76 and 3F. RGB value is (204,118,63). Sum of RGB (Red+Green+Blue) = 204+118+63=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC763F is #3389C0. Grayscale: #898989. Windows color (decimal): -3377601 or 4159180. OLE color: 4159180.
HSL color Cylindrical-coordinate representation of color #CC763F: hue angle of 23.4º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC763F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 63 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.2 |
| HSL | 23.4º | 0.58% | 0.52% | - |
| HSV(B) | 23.4º | 0.69% | 0.8% | - |
| XYZ | 32.28 | 26.15 | 8.05 | - |
| YUV | 137.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 63 | 0 | 0.42 | 0.69 | 0.2 | 23.4 | 0.58 | 0.52 |
| Hex | CC | 76 | 3F | 0 | 2A | 45 | 14 | 17 | 3A | 34 |
| Octal | 314 | 166 | 77 | 0 | 52 | 105 | 24 | 27 | 72 | 64 |
| Binary | 11001100 | 1110110 | 111111 | 0 | 101010 | 1000101 | 10100 | 10111 | 111010 | 110100 |
Color Harmonies of #CC763F
Complementary color
Monochromatic Colors of #CC763F
Black with #CC763F
Text Example
Text Example
White with #CC763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC763F; }
p { color: rgb(204,118,63); }
H1.HeaderClassName
{
color: #CC763F;
}
.AnyTagClassName
{
color: #CC763F;
}
</style>
background-color css
<style>
a { background-color: #CC763F; }
a { background-color: rgb(204,118,63); }
div.DivClassName
{
background-color: #CC763F;
}
.BgClassName
{
background-color: #CC763F;
}
</style>
border-color css
<style>
span { border-color: #CC763F; }
span { border-color: rgb(204,118,63); }
td.TdClassName
{
border-color: #CC763F;
}
.TagClassName
{
border-color: #CC763F;
}
</style>