Shades of Zest #CC7335
Tints of Zest #CC7335
RGB
CMYK
RGB Variations
Color information
#CC7335 (or 0xCC7335) is known color: Zest. HEX triplet: CC, 73 and 35. RGB value is (204,115,53). Sum of RGB (Red+Green+Blue) = 204+115+53=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7335 is #338CCA. Grayscale: #868686. Windows color (decimal): -3378379 or 3503052. OLE color: 3503052.
HSL color Cylindrical-coordinate representation of color #CC7335: hue angle of 24.64º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC7335 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 53 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.2 |
| HSL | 24.64º | 0.6% | 0.5% | - |
| HSV(B) | 24.64º | 0.74% | 0.8% | - |
| XYZ | 31.68 | 25.36 | 6.59 | - |
| YUV | 134.54 | 81.99 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 53 | 0 | 0.44 | 0.74 | 0.2 | 24.64 | 0.6 | 0.5 |
| Hex | CC | 73 | 35 | 0 | 2C | 4A | 14 | 19 | 3C | 32 |
| Octal | 314 | 163 | 65 | 0 | 54 | 112 | 24 | 31 | 74 | 62 |
| Binary | 11001100 | 1110011 | 110101 | 0 | 101100 | 1001010 | 10100 | 11001 | 111100 | 110010 |
Color Harmonies of #CC7335
Complementary color
Monochromatic Colors of #CC7335
Black with #CC7335
Text Example
Text Example
White with #CC7335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7335; }
p { color: rgb(204,115,53); }
H1.HeaderClassName
{
color: #CC7335;
}
.AnyTagClassName
{
color: #CC7335;
}
</style>
background-color css
<style>
a { background-color: #CC7335; }
a { background-color: rgb(204,115,53); }
div.DivClassName
{
background-color: #CC7335;
}
.BgClassName
{
background-color: #CC7335;
}
</style>
border-color css
<style>
span { border-color: #CC7335; }
span { border-color: rgb(204,115,53); }
td.TdClassName
{
border-color: #CC7335;
}
.TagClassName
{
border-color: #CC7335;
}
</style>