Shades of Zest #CC7638
Tints of Zest #CC7638
RGB
CMYK
RGB Variations
Color information
#CC7638 (or 0xCC7638) is known color: Zest. HEX triplet: CC, 76 and 38. RGB value is (204,118,56). Sum of RGB (Red+Green+Blue) = 204+118+56=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7638 is #3389C7. Grayscale: #888888. Windows color (decimal): -3377608 or 3700428. OLE color: 3700428.
HSL color Cylindrical-coordinate representation of color #CC7638: hue angle of 25.14º 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 #CC7638 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 56 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.2 |
| HSL | 25.14º | 0.59% | 0.51% | - |
| HSV(B) | 25.14º | 0.73% | 0.8% | - |
| XYZ | 32.09 | 26.08 | 7.08 | - |
| YUV | 136.65 | 82.49 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 56 | 0 | 0.42 | 0.73 | 0.2 | 25.14 | 0.59 | 0.51 |
| Hex | CC | 76 | 38 | 0 | 2A | 49 | 14 | 19 | 3B | 33 |
| Octal | 314 | 166 | 70 | 0 | 52 | 111 | 24 | 31 | 73 | 63 |
| Binary | 11001100 | 1110110 | 111000 | 0 | 101010 | 1001001 | 10100 | 11001 | 111011 | 110011 |
Color Harmonies of #CC7638
Complementary color
Monochromatic Colors of #CC7638
Black with #CC7638
Text Example
Text Example
White with #CC7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7638; }
p { color: rgb(204,118,56); }
H1.HeaderClassName
{
color: #CC7638;
}
.AnyTagClassName
{
color: #CC7638;
}
</style>
background-color css
<style>
a { background-color: #CC7638; }
a { background-color: rgb(204,118,56); }
div.DivClassName
{
background-color: #CC7638;
}
.BgClassName
{
background-color: #CC7638;
}
</style>
border-color css
<style>
span { border-color: #CC7638; }
span { border-color: rgb(204,118,56); }
td.TdClassName
{
border-color: #CC7638;
}
.TagClassName
{
border-color: #CC7638;
}
</style>