Shades of Zest #CC753F
Tints of Zest #CC753F
RGB
CMYK
RGB Variations
Color information
#CC753F (or 0xCC753F) is known color: Zest. HEX triplet: CC, 75 and 3F. RGB value is (204,117,63). Sum of RGB (Red+Green+Blue) = 204+117+63=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC753F is #338AC0. Grayscale: #898989. Windows color (decimal): -3377857 or 4158924. OLE color: 4158924.
HSL color Cylindrical-coordinate representation of color #CC753F: hue angle of 22.98º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC753F is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 63 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.2 |
| HSL | 22.98º | 0.58% | 0.52% | - |
| HSV(B) | 22.98º | 0.69% | 0.8% | - |
| XYZ | 32.16 | 25.92 | 8.01 | - |
| YUV | 136.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 63 | 0 | 0.43 | 0.69 | 0.2 | 22.98 | 0.58 | 0.52 |
| Hex | CC | 75 | 3F | 0 | 2B | 45 | 14 | 17 | 3A | 34 |
| Octal | 314 | 165 | 77 | 0 | 53 | 105 | 24 | 27 | 72 | 64 |
| Binary | 11001100 | 1110101 | 111111 | 0 | 101011 | 1000101 | 10100 | 10111 | 111010 | 110100 |
Color Harmonies of #CC753F
Complementary color
Monochromatic Colors of #CC753F
Black with #CC753F
Text Example
Text Example
White with #CC753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC753F; }
p { color: rgb(204,117,63); }
H1.HeaderClassName
{
color: #CC753F;
}
.AnyTagClassName
{
color: #CC753F;
}
</style>
background-color css
<style>
a { background-color: #CC753F; }
a { background-color: rgb(204,117,63); }
div.DivClassName
{
background-color: #CC753F;
}
.BgClassName
{
background-color: #CC753F;
}
</style>
border-color css
<style>
span { border-color: #CC753F; }
span { border-color: rgb(204,117,63); }
td.TdClassName
{
border-color: #CC753F;
}
.TagClassName
{
border-color: #CC753F;
}
</style>