Shades of Zest #CC7340
Tints of Zest #CC7340
RGB
CMYK
RGB Variations
Color information
#CC7340 (or 0xCC7340) is known color: Zest. HEX triplet: CC, 73 and 40. RGB value is (204,115,64). Sum of RGB (Red+Green+Blue) = 204+115+64=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7340 is #338CBF. Grayscale: #888888. Windows color (decimal): -3378368 or 4223948. OLE color: 4223948.
HSL color Cylindrical-coordinate representation of color #CC7340: hue angle of 21.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC7340 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 64 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.2 |
| HSL | 21.86º | 0.58% | 0.53% | - |
| HSV(B) | 21.86º | 0.69% | 0.8% | - |
| XYZ | 31.96 | 25.47 | 8.08 | - |
| YUV | 135.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 64 | 0 | 0.44 | 0.69 | 0.2 | 21.86 | 0.58 | 0.53 |
| Hex | CC | 73 | 40 | 0 | 2C | 45 | 14 | 16 | 3A | 35 |
| Octal | 314 | 163 | 100 | 0 | 54 | 105 | 24 | 26 | 72 | 65 |
| Binary | 11001100 | 1110011 | 1000000 | 0 | 101100 | 1000101 | 10100 | 10110 | 111010 | 110101 |
Color Harmonies of #CC7340
Complementary color
Monochromatic Colors of #CC7340
Black with #CC7340
Text Example
Text Example
White with #CC7340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7340; }
p { color: rgb(204,115,64); }
H1.HeaderClassName
{
color: #CC7340;
}
.AnyTagClassName
{
color: #CC7340;
}
</style>
background-color css
<style>
a { background-color: #CC7340; }
a { background-color: rgb(204,115,64); }
div.DivClassName
{
background-color: #CC7340;
}
.BgClassName
{
background-color: #CC7340;
}
</style>
border-color css
<style>
span { border-color: #CC7340; }
span { border-color: rgb(204,115,64); }
td.TdClassName
{
border-color: #CC7340;
}
.TagClassName
{
border-color: #CC7340;
}
</style>