Shades of Zest #CC7241
Tints of Zest #CC7241
RGB
CMYK
RGB Variations
Color information
#CC7241 (or 0xCC7241) is known color: Zest. HEX triplet: CC, 72 and 41. RGB value is (204,114,65). Sum of RGB (Red+Green+Blue) = 204+114+65=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7241 is #338DBE. Grayscale: #878787. Windows color (decimal): -3378623 or 4289228. OLE color: 4289228.
HSL color Cylindrical-coordinate representation of color #CC7241: hue angle of 21.15º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC7241 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 65 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.2 |
| HSL | 21.15º | 0.58% | 0.53% | - |
| HSV(B) | 21.15º | 0.68% | 0.8% | - |
| XYZ | 31.87 | 25.25 | 8.2 | - |
| YUV | 135.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 65 | 0 | 0.44 | 0.68 | 0.2 | 21.15 | 0.58 | 0.53 |
| Hex | CC | 72 | 41 | 0 | 2C | 44 | 14 | 15 | 3A | 35 |
| Octal | 314 | 162 | 101 | 0 | 54 | 104 | 24 | 25 | 72 | 65 |
| Binary | 11001100 | 1110010 | 1000001 | 0 | 101100 | 1000100 | 10100 | 10101 | 111010 | 110101 |
Color Harmonies of #CC7241
Complementary color
Monochromatic Colors of #CC7241
Black with #CC7241
Text Example
Text Example
White with #CC7241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7241; }
p { color: rgb(204,114,65); }
H1.HeaderClassName
{
color: #CC7241;
}
.AnyTagClassName
{
color: #CC7241;
}
</style>
background-color css
<style>
a { background-color: #CC7241; }
a { background-color: rgb(204,114,65); }
div.DivClassName
{
background-color: #CC7241;
}
.BgClassName
{
background-color: #CC7241;
}
</style>
border-color css
<style>
span { border-color: #CC7241; }
span { border-color: rgb(204,114,65); }
td.TdClassName
{
border-color: #CC7241;
}
.TagClassName
{
border-color: #CC7241;
}
</style>