Shades of Zest #CC763A
Tints of Zest #CC763A
RGB
CMYK
RGB Variations
Color information
#CC763A (or 0xCC763A) is known color: Zest. HEX triplet: CC, 76 and 3A. RGB value is (204,118,58). Sum of RGB (Red+Green+Blue) = 204+118+58=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC763A is #3389C5. Grayscale: #898989. Windows color (decimal): -3377606 or 3831500. OLE color: 3831500.
HSL color Cylindrical-coordinate representation of color #CC763A: hue angle of 24.66º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC763A is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 58 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.2 |
| HSL | 24.66º | 0.59% | 0.51% | - |
| HSV(B) | 24.66º | 0.72% | 0.8% | - |
| XYZ | 32.14 | 26.1 | 7.35 | - |
| YUV | 136.87 | 83.49 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 58 | 0 | 0.42 | 0.72 | 0.2 | 24.66 | 0.59 | 0.51 |
| Hex | CC | 76 | 3A | 0 | 2A | 48 | 14 | 19 | 3B | 33 |
| Octal | 314 | 166 | 72 | 0 | 52 | 110 | 24 | 31 | 73 | 63 |
| Binary | 11001100 | 1110110 | 111010 | 0 | 101010 | 1001000 | 10100 | 11001 | 111011 | 110011 |
Color Harmonies of #CC763A
Complementary color
Monochromatic Colors of #CC763A
Black with #CC763A
Text Example
Text Example
White with #CC763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC763A; }
p { color: rgb(204,118,58); }
H1.HeaderClassName
{
color: #CC763A;
}
.AnyTagClassName
{
color: #CC763A;
}
</style>
background-color css
<style>
a { background-color: #CC763A; }
a { background-color: rgb(204,118,58); }
div.DivClassName
{
background-color: #CC763A;
}
.BgClassName
{
background-color: #CC763A;
}
</style>
border-color css
<style>
span { border-color: #CC763A; }
span { border-color: rgb(204,118,58); }
td.TdClassName
{
border-color: #CC763A;
}
.TagClassName
{
border-color: #CC763A;
}
</style>