Shades of Zest #CC6D38
Tints of Zest #CC6D38
RGB
CMYK
RGB Variations
Color information
#CC6D38 (or 0xCC6D38) is known color: Zest. HEX triplet: CC, 6D and 38. RGB value is (204,109,56). Sum of RGB (Red+Green+Blue) = 204+109+56=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D38 is #3392C7. Grayscale: #838383. Windows color (decimal): -3379912 or 3698124. OLE color: 3698124.
HSL color Cylindrical-coordinate representation of color #CC6D38: hue angle of 21.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC6D38 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 56 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.2 |
| HSL | 21.49º | 0.59% | 0.51% | - |
| HSV(B) | 21.49º | 0.73% | 0.8% | - |
| XYZ | 31.08 | 24.06 | 6.75 | - |
| YUV | 131.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 56 | 0 | 0.47 | 0.73 | 0.2 | 21.49 | 0.59 | 0.51 |
| Hex | CC | 6D | 38 | 0 | 2F | 49 | 14 | 15 | 3B | 33 |
| Octal | 314 | 155 | 70 | 0 | 57 | 111 | 24 | 25 | 73 | 63 |
| Binary | 11001100 | 1101101 | 111000 | 0 | 101111 | 1001001 | 10100 | 10101 | 111011 | 110011 |
Color Harmonies of #CC6D38
Complementary color
Monochromatic Colors of #CC6D38
Black with #CC6D38
Text Example
Text Example
White with #CC6D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D38; }
p { color: rgb(204,109,56); }
H1.HeaderClassName
{
color: #CC6D38;
}
.AnyTagClassName
{
color: #CC6D38;
}
</style>
background-color css
<style>
a { background-color: #CC6D38; }
a { background-color: rgb(204,109,56); }
div.DivClassName
{
background-color: #CC6D38;
}
.BgClassName
{
background-color: #CC6D38;
}
</style>
border-color css
<style>
span { border-color: #CC6D38; }
span { border-color: rgb(204,109,56); }
td.TdClassName
{
border-color: #CC6D38;
}
.TagClassName
{
border-color: #CC6D38;
}
</style>