Shades of Zest #CC6F40
Tints of Zest #CC6F40
RGB
CMYK
RGB Variations
Color information
#CC6F40 (or 0xCC6F40) is known color: Zest. HEX triplet: CC, 6F and 40. RGB value is (204,111,64). Sum of RGB (Red+Green+Blue) = 204+111+64=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F40 is #3390BF. Grayscale: #858585. Windows color (decimal): -3379392 or 4222924. OLE color: 4222924.
HSL color Cylindrical-coordinate representation of color #CC6F40: hue angle of 20.14º 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 #CC6F40 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 64 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.2 |
| HSL | 20.14º | 0.58% | 0.53% | - |
| HSV(B) | 20.14º | 0.69% | 0.8% | - |
| XYZ | 31.51 | 24.58 | 7.93 | - |
| YUV | 133.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 64 | 0 | 0.46 | 0.69 | 0.2 | 20.14 | 0.58 | 0.53 |
| Hex | CC | 6F | 40 | 0 | 2E | 45 | 14 | 14 | 3A | 35 |
| Octal | 314 | 157 | 100 | 0 | 56 | 105 | 24 | 24 | 72 | 65 |
| Binary | 11001100 | 1101111 | 1000000 | 0 | 101110 | 1000101 | 10100 | 10100 | 111010 | 110101 |
Color Harmonies of #CC6F40
Complementary color
Monochromatic Colors of #CC6F40
Black with #CC6F40
Text Example
Text Example
White with #CC6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F40; }
p { color: rgb(204,111,64); }
H1.HeaderClassName
{
color: #CC6F40;
}
.AnyTagClassName
{
color: #CC6F40;
}
</style>
background-color css
<style>
a { background-color: #CC6F40; }
a { background-color: rgb(204,111,64); }
div.DivClassName
{
background-color: #CC6F40;
}
.BgClassName
{
background-color: #CC6F40;
}
</style>
border-color css
<style>
span { border-color: #CC6F40; }
span { border-color: rgb(204,111,64); }
td.TdClassName
{
border-color: #CC6F40;
}
.TagClassName
{
border-color: #CC6F40;
}
</style>