Shades of Zest #CC7140
Tints of Zest #CC7140
RGB
CMYK
RGB Variations
Color information
#CC7140 (or 0xCC7140) is known color: Zest. HEX triplet: CC, 71 and 40. RGB value is (204,113,64). Sum of RGB (Red+Green+Blue) = 204+113+64=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7140 is #338EBF. Grayscale: #868686. Windows color (decimal): -3378880 or 4223436. OLE color: 4223436.
HSL color Cylindrical-coordinate representation of color #CC7140: hue angle of 21º 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 #CC7140 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 64 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.2 |
| HSL | 21º | 0.58% | 0.53% | - |
| HSV(B) | 21º | 0.69% | 0.8% | - |
| XYZ | 31.73 | 25.02 | 8.01 | - |
| YUV | 134.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 64 | 0 | 0.45 | 0.69 | 0.2 | 21 | 0.58 | 0.53 |
| Hex | CC | 71 | 40 | 0 | 2D | 45 | 14 | 15 | 3A | 35 |
| Octal | 314 | 161 | 100 | 0 | 55 | 105 | 24 | 25 | 72 | 65 |
| Binary | 11001100 | 1110001 | 1000000 | 0 | 101101 | 1000101 | 10100 | 10101 | 111010 | 110101 |
Color Harmonies of #CC7140
Complementary color
Monochromatic Colors of #CC7140
Black with #CC7140
Text Example
Text Example
White with #CC7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7140; }
p { color: rgb(204,113,64); }
H1.HeaderClassName
{
color: #CC7140;
}
.AnyTagClassName
{
color: #CC7140;
}
</style>
background-color css
<style>
a { background-color: #CC7140; }
a { background-color: rgb(204,113,64); }
div.DivClassName
{
background-color: #CC7140;
}
.BgClassName
{
background-color: #CC7140;
}
</style>
border-color css
<style>
span { border-color: #CC7140; }
span { border-color: rgb(204,113,64); }
td.TdClassName
{
border-color: #CC7140;
}
.TagClassName
{
border-color: #CC7140;
}
</style>