Shades of Zest #CC7538
Tints of Zest #CC7538
RGB
CMYK
RGB Variations
Color information
#CC7538 (or 0xCC7538) is known color: Zest. HEX triplet: CC, 75 and 38. RGB value is (204,117,56). Sum of RGB (Red+Green+Blue) = 204+117+56=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7538 is #338AC7. Grayscale: #888888. Windows color (decimal): -3377864 or 3700172. OLE color: 3700172.
HSL color Cylindrical-coordinate representation of color #CC7538: hue angle of 24.73º 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 #CC7538 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 56 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.2 |
| HSL | 24.73º | 0.59% | 0.51% | - |
| HSV(B) | 24.73º | 0.73% | 0.8% | - |
| XYZ | 31.98 | 25.85 | 7.04 | - |
| YUV | 136.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 56 | 0 | 0.43 | 0.73 | 0.2 | 24.73 | 0.59 | 0.51 |
| Hex | CC | 75 | 38 | 0 | 2B | 49 | 14 | 19 | 3B | 33 |
| Octal | 314 | 165 | 70 | 0 | 53 | 111 | 24 | 31 | 73 | 63 |
| Binary | 11001100 | 1110101 | 111000 | 0 | 101011 | 1001001 | 10100 | 11001 | 111011 | 110011 |
Color Harmonies of #CC7538
Complementary color
Monochromatic Colors of #CC7538
Black with #CC7538
Text Example
Text Example
White with #CC7538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7538; }
p { color: rgb(204,117,56); }
H1.HeaderClassName
{
color: #CC7538;
}
.AnyTagClassName
{
color: #CC7538;
}
</style>
background-color css
<style>
a { background-color: #CC7538; }
a { background-color: rgb(204,117,56); }
div.DivClassName
{
background-color: #CC7538;
}
.BgClassName
{
background-color: #CC7538;
}
</style>
border-color css
<style>
span { border-color: #CC7538; }
span { border-color: rgb(204,117,56); }
td.TdClassName
{
border-color: #CC7538;
}
.TagClassName
{
border-color: #CC7538;
}
</style>