Shades of Zest #CC7533
Tints of Zest #CC7533
RGB
CMYK
RGB Variations
Color information
#CC7533 (or 0xCC7533) is known color: Zest. HEX triplet: CC, 75 and 33. RGB value is (204,117,51). Sum of RGB (Red+Green+Blue) = 204+117+51=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7533 is #338ACC. Grayscale: #878787. Windows color (decimal): -3377869 or 3372492. OLE color: 3372492.
HSL color Cylindrical-coordinate representation of color #CC7533: hue angle of 25.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC7533 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 51 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.2 |
| HSL | 25.88º | 0.6% | 0.5% | - |
| HSV(B) | 25.88º | 0.75% | 0.8% | - |
| XYZ | 31.86 | 25.8 | 6.43 | - |
| YUV | 135.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 51 | 0 | 0.43 | 0.75 | 0.2 | 25.88 | 0.6 | 0.5 |
| Hex | CC | 75 | 33 | 0 | 2B | 4B | 14 | 1A | 3C | 32 |
| Octal | 314 | 165 | 63 | 0 | 53 | 113 | 24 | 32 | 74 | 62 |
| Binary | 11001100 | 1110101 | 110011 | 0 | 101011 | 1001011 | 10100 | 11010 | 111100 | 110010 |
Color Harmonies of #CC7533
Complementary color
Monochromatic Colors of #CC7533
Black with #CC7533
Text Example
Text Example
White with #CC7533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7533; }
p { color: rgb(204,117,51); }
H1.HeaderClassName
{
color: #CC7533;
}
.AnyTagClassName
{
color: #CC7533;
}
</style>
background-color css
<style>
a { background-color: #CC7533; }
a { background-color: rgb(204,117,51); }
div.DivClassName
{
background-color: #CC7533;
}
.BgClassName
{
background-color: #CC7533;
}
</style>
border-color css
<style>
span { border-color: #CC7533; }
span { border-color: rgb(204,117,51); }
td.TdClassName
{
border-color: #CC7533;
}
.TagClassName
{
border-color: #CC7533;
}
</style>