Shades of Zest #CC7838
Tints of Zest #CC7838
RGB
CMYK
RGB Variations
Color information
#CC7838 (or 0xCC7838) is known color: Zest. HEX triplet: CC, 78 and 38. RGB value is (204,120,56). Sum of RGB (Red+Green+Blue) = 204+120+56=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7838 is #3387C7. Grayscale: #8A8A8A. Windows color (decimal): -3377096 or 3700940. OLE color: 3700940.
HSL color Cylindrical-coordinate representation of color #CC7838: hue angle of 25.95º 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 #CC7838 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 56 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.2 |
| HSL | 25.95º | 0.59% | 0.51% | - |
| HSV(B) | 25.95º | 0.73% | 0.8% | - |
| XYZ | 32.33 | 26.56 | 7.16 | - |
| YUV | 137.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 56 | 0 | 0.41 | 0.73 | 0.2 | 25.95 | 0.59 | 0.51 |
| Hex | CC | 78 | 38 | 0 | 29 | 49 | 14 | 1A | 3B | 33 |
| Octal | 314 | 170 | 70 | 0 | 51 | 111 | 24 | 32 | 73 | 63 |
| Binary | 11001100 | 1111000 | 111000 | 0 | 101001 | 1001001 | 10100 | 11010 | 111011 | 110011 |
Color Harmonies of #CC7838
Complementary color
Monochromatic Colors of #CC7838
Black with #CC7838
Text Example
Text Example
White with #CC7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7838; }
p { color: rgb(204,120,56); }
H1.HeaderClassName
{
color: #CC7838;
}
.AnyTagClassName
{
color: #CC7838;
}
</style>
background-color css
<style>
a { background-color: #CC7838; }
a { background-color: rgb(204,120,56); }
div.DivClassName
{
background-color: #CC7838;
}
.BgClassName
{
background-color: #CC7838;
}
</style>
border-color css
<style>
span { border-color: #CC7838; }
span { border-color: rgb(204,120,56); }
td.TdClassName
{
border-color: #CC7838;
}
.TagClassName
{
border-color: #CC7838;
}
</style>