Shades of Zest #CD743C
Tints of Zest #CD743C
RGB
CMYK
RGB Variations
Color information
#CD743C (or 0xCD743C) is known color: Zest. HEX triplet: CD, 74 and 3C. RGB value is (205,116,60). Sum of RGB (Red+Green+Blue) = 205+116+60=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD743C is #328BC3. Grayscale: #888888. Windows color (decimal): -3312580 or 3962061. OLE color: 3962061.
HSL color Cylindrical-coordinate representation of color #CD743C: hue angle of 23.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD743C is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 60 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.20 |
| HSL | 23.17º | 0.59% | 0.52% | - |
| HSV(B) | 23.17º | 0.71% | 0.8% | - |
| XYZ | 32.24 | 25.8 | 7.56 | - |
| YUV | 136.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 60 | 0 | 0.43 | 0.71 | 0.20 | 23.17 | 0.59 | 0.52 |
| Hex | CD | 74 | 3C | 0 | 2B | 47 | 14 | 17 | 3B | 34 |
| Octal | 315 | 164 | 74 | 0 | 53 | 107 | 24 | 27 | 73 | 64 |
| Binary | 11001101 | 1110100 | 111100 | 0 | 101011 | 1000111 | 10100 | 10111 | 111011 | 110100 |
Color Harmonies of #CD743C
Complementary color
Monochromatic Colors of #CD743C
Black with #CD743C
Text Example
Text Example
White with #CD743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD743C; }
p { color: rgb(205,116,60); }
H1.HeaderClassName
{
color: #CD743C;
}
.AnyTagClassName
{
color: #CD743C;
}
</style>
background-color css
<style>
a { background-color: #CD743C; }
a { background-color: rgb(205,116,60); }
div.DivClassName
{
background-color: #CD743C;
}
.BgClassName
{
background-color: #CD743C;
}
</style>
border-color css
<style>
span { border-color: #CD743C; }
span { border-color: rgb(205,116,60); }
td.TdClassName
{
border-color: #CD743C;
}
.TagClassName
{
border-color: #CD743C;
}
</style>