Shades of Zest #CC6C39
Tints of Zest #CC6C39
RGB
CMYK
RGB Variations
Color information
#CC6C39 (or 0xCC6C39) is known color: Zest. HEX triplet: CC, 6C and 39. RGB value is (204,108,57). Sum of RGB (Red+Green+Blue) = 204+108+57=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C39 is #3393C6. Grayscale: #838383. Windows color (decimal): -3380167 or 3763404. OLE color: 3763404.
HSL color Cylindrical-coordinate representation of color #CC6C39: hue angle of 20.82º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC6C39 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 57 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.2 |
| HSL | 20.82º | 0.59% | 0.51% | - |
| HSV(B) | 20.82º | 0.72% | 0.8% | - |
| XYZ | 31 | 23.86 | 6.84 | - |
| YUV | 130.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 57 | 0 | 0.47 | 0.72 | 0.2 | 20.82 | 0.59 | 0.51 |
| Hex | CC | 6C | 39 | 0 | 2F | 48 | 14 | 15 | 3B | 33 |
| Octal | 314 | 154 | 71 | 0 | 57 | 110 | 24 | 25 | 73 | 63 |
| Binary | 11001100 | 1101100 | 111001 | 0 | 101111 | 1001000 | 10100 | 10101 | 111011 | 110011 |
Color Harmonies of #CC6C39
Complementary color
Monochromatic Colors of #CC6C39
Black with #CC6C39
Text Example
Text Example
White with #CC6C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C39; }
p { color: rgb(204,108,57); }
H1.HeaderClassName
{
color: #CC6C39;
}
.AnyTagClassName
{
color: #CC6C39;
}
</style>
background-color css
<style>
a { background-color: #CC6C39; }
a { background-color: rgb(204,108,57); }
div.DivClassName
{
background-color: #CC6C39;
}
.BgClassName
{
background-color: #CC6C39;
}
</style>
border-color css
<style>
span { border-color: #CC6C39; }
span { border-color: rgb(204,108,57); }
td.TdClassName
{
border-color: #CC6C39;
}
.TagClassName
{
border-color: #CC6C39;
}
</style>