Shades of Zest #CC743A
Tints of Zest #CC743A
RGB
CMYK
RGB Variations
Color information
#CC743A (or 0xCC743A) is known color: Zest. HEX triplet: CC, 74 and 3A. RGB value is (204,116,58). Sum of RGB (Red+Green+Blue) = 204+116+58=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC743A is #338BC5. Grayscale: #888888. Windows color (decimal): -3378118 or 3830988. OLE color: 3830988.
HSL color Cylindrical-coordinate representation of color #CC743A: hue angle of 23.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC743A is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 58 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.2 |
| HSL | 23.84º | 0.59% | 0.51% | - |
| HSV(B) | 23.84º | 0.72% | 0.8% | - |
| XYZ | 31.91 | 25.63 | 7.27 | - |
| YUV | 135.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 58 | 0 | 0.43 | 0.72 | 0.2 | 23.84 | 0.59 | 0.51 |
| Hex | CC | 74 | 3A | 0 | 2B | 48 | 14 | 18 | 3B | 33 |
| Octal | 314 | 164 | 72 | 0 | 53 | 110 | 24 | 30 | 73 | 63 |
| Binary | 11001100 | 1110100 | 111010 | 0 | 101011 | 1001000 | 10100 | 11000 | 111011 | 110011 |
Color Harmonies of #CC743A
Complementary color
Monochromatic Colors of #CC743A
Black with #CC743A
Text Example
Text Example
White with #CC743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC743A; }
p { color: rgb(204,116,58); }
H1.HeaderClassName
{
color: #CC743A;
}
.AnyTagClassName
{
color: #CC743A;
}
</style>
background-color css
<style>
a { background-color: #CC743A; }
a { background-color: rgb(204,116,58); }
div.DivClassName
{
background-color: #CC743A;
}
.BgClassName
{
background-color: #CC743A;
}
</style>
border-color css
<style>
span { border-color: #CC743A; }
span { border-color: rgb(204,116,58); }
td.TdClassName
{
border-color: #CC743A;
}
.TagClassName
{
border-color: #CC743A;
}
</style>