Shades of Zest #CC6C38
Tints of Zest #CC6C38
RGB
CMYK
RGB Variations
Color information
#CC6C38 (or 0xCC6C38) is known color: Zest. HEX triplet: CC, 6C and 38. RGB value is (204,108,56). Sum of RGB (Red+Green+Blue) = 204+108+56=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C38 is #3393C7. Grayscale: #838383. Windows color (decimal): -3380168 or 3697868. OLE color: 3697868.
HSL color Cylindrical-coordinate representation of color #CC6C38: hue angle of 21.08º 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 #CC6C38 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 56 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.2 |
| HSL | 21.08º | 0.59% | 0.51% | - |
| HSV(B) | 21.08º | 0.73% | 0.8% | - |
| XYZ | 30.98 | 23.85 | 6.71 | - |
| YUV | 130.78 | 85.8 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 56 | 0 | 0.47 | 0.73 | 0.2 | 21.08 | 0.59 | 0.51 |
| Hex | CC | 6C | 38 | 0 | 2F | 49 | 14 | 15 | 3B | 33 |
| Octal | 314 | 154 | 70 | 0 | 57 | 111 | 24 | 25 | 73 | 63 |
| Binary | 11001100 | 1101100 | 111000 | 0 | 101111 | 1001001 | 10100 | 10101 | 111011 | 110011 |
Color Harmonies of #CC6C38
Complementary color
Monochromatic Colors of #CC6C38
Black with #CC6C38
Text Example
Text Example
White with #CC6C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C38; }
p { color: rgb(204,108,56); }
H1.HeaderClassName
{
color: #CC6C38;
}
.AnyTagClassName
{
color: #CC6C38;
}
</style>
background-color css
<style>
a { background-color: #CC6C38; }
a { background-color: rgb(204,108,56); }
div.DivClassName
{
background-color: #CC6C38;
}
.BgClassName
{
background-color: #CC6C38;
}
</style>
border-color css
<style>
span { border-color: #CC6C38; }
span { border-color: rgb(204,108,56); }
td.TdClassName
{
border-color: #CC6C38;
}
.TagClassName
{
border-color: #CC6C38;
}
</style>