Shades of Zest #CC6B38
Tints of Zest #CC6B38
RGB
CMYK
RGB Variations
Color information
#CC6B38 (or 0xCC6B38) is known color: Zest. HEX triplet: CC, 6B and 38. RGB value is (204,107,56). Sum of RGB (Red+Green+Blue) = 204+107+56=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B38 is #3394C7. Grayscale: #828282. Windows color (decimal): -3380424 or 3697612. OLE color: 3697612.
HSL color Cylindrical-coordinate representation of color #CC6B38: hue angle of 20.68º 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 #CC6B38 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 56 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.2 |
| HSL | 20.68º | 0.59% | 0.51% | - |
| HSV(B) | 20.68º | 0.73% | 0.8% | - |
| XYZ | 30.87 | 23.64 | 6.68 | - |
| YUV | 130.19 | 86.14 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 56 | 0 | 0.48 | 0.73 | 0.2 | 20.68 | 0.59 | 0.51 |
| Hex | CC | 6B | 38 | 0 | 30 | 49 | 14 | 15 | 3B | 33 |
| Octal | 314 | 153 | 70 | 0 | 60 | 111 | 24 | 25 | 73 | 63 |
| Binary | 11001100 | 1101011 | 111000 | 0 | 110000 | 1001001 | 10100 | 10101 | 111011 | 110011 |
Color Harmonies of #CC6B38
Complementary color
Monochromatic Colors of #CC6B38
Black with #CC6B38
Text Example
Text Example
White with #CC6B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B38; }
p { color: rgb(204,107,56); }
H1.HeaderClassName
{
color: #CC6B38;
}
.AnyTagClassName
{
color: #CC6B38;
}
</style>
background-color css
<style>
a { background-color: #CC6B38; }
a { background-color: rgb(204,107,56); }
div.DivClassName
{
background-color: #CC6B38;
}
.BgClassName
{
background-color: #CC6B38;
}
</style>
border-color css
<style>
span { border-color: #CC6B38; }
span { border-color: rgb(204,107,56); }
td.TdClassName
{
border-color: #CC6B38;
}
.TagClassName
{
border-color: #CC6B38;
}
</style>