Shades of Zest #CC7336
Tints of Zest #CC7336
RGB
CMYK
RGB Variations
Color information
#CC7336 (or 0xCC7336) is known color: Zest. HEX triplet: CC, 73 and 36. RGB value is (204,115,54). Sum of RGB (Red+Green+Blue) = 204+115+54=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7336 is #338CC9. Grayscale: #868686. Windows color (decimal): -3378378 or 3568588. OLE color: 3568588.
HSL color Cylindrical-coordinate representation of color #CC7336: hue angle of 24.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC7336 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 54 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.2 |
| HSL | 24.4º | 0.6% | 0.51% | - |
| HSV(B) | 24.4º | 0.74% | 0.8% | - |
| XYZ | 31.7 | 25.37 | 6.72 | - |
| YUV | 134.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 54 | 0 | 0.44 | 0.74 | 0.2 | 24.4 | 0.6 | 0.51 |
| Hex | CC | 73 | 36 | 0 | 2C | 4A | 14 | 18 | 3C | 33 |
| Octal | 314 | 163 | 66 | 0 | 54 | 112 | 24 | 30 | 74 | 63 |
| Binary | 11001100 | 1110011 | 110110 | 0 | 101100 | 1001010 | 10100 | 11000 | 111100 | 110011 |
Color Harmonies of #CC7336
Complementary color
Monochromatic Colors of #CC7336
Black with #CC7336
Text Example
Text Example
White with #CC7336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7336; }
p { color: rgb(204,115,54); }
H1.HeaderClassName
{
color: #CC7336;
}
.AnyTagClassName
{
color: #CC7336;
}
</style>
background-color css
<style>
a { background-color: #CC7336; }
a { background-color: rgb(204,115,54); }
div.DivClassName
{
background-color: #CC7336;
}
.BgClassName
{
background-color: #CC7336;
}
</style>
border-color css
<style>
span { border-color: #CC7336; }
span { border-color: rgb(204,115,54); }
td.TdClassName
{
border-color: #CC7336;
}
.TagClassName
{
border-color: #CC7336;
}
</style>