Shades of Zest #CD7136
Tints of Zest #CD7136
RGB
CMYK
RGB Variations
Color information
#CD7136 (or 0xCD7136) is known color: Zest. HEX triplet: CD, 71 and 36. RGB value is (205,113,54). Sum of RGB (Red+Green+Blue) = 205+113+54=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7136 is #328EC9. Grayscale: #868686. Windows color (decimal): -3313354 or 3568077. OLE color: 3568077.
HSL color Cylindrical-coordinate representation of color #CD7136: hue angle of 23.44º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD7136 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 54 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.20 |
| HSL | 23.44º | 0.6% | 0.51% | - |
| HSV(B) | 23.44º | 0.74% | 0.8% | - |
| XYZ | 31.75 | 25.06 | 6.65 | - |
| YUV | 133.78 | 82.98 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 54 | 0 | 0.45 | 0.74 | 0.20 | 23.44 | 0.6 | 0.51 |
| Hex | CD | 71 | 36 | 0 | 2D | 4A | 14 | 17 | 3C | 33 |
| Octal | 315 | 161 | 66 | 0 | 55 | 112 | 24 | 27 | 74 | 63 |
| Binary | 11001101 | 1110001 | 110110 | 0 | 101101 | 1001010 | 10100 | 10111 | 111100 | 110011 |
Color Harmonies of #CD7136
Complementary color
Monochromatic Colors of #CD7136
Black with #CD7136
Text Example
Text Example
White with #CD7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7136; }
p { color: rgb(205,113,54); }
H1.HeaderClassName
{
color: #CD7136;
}
.AnyTagClassName
{
color: #CD7136;
}
</style>
background-color css
<style>
a { background-color: #CD7136; }
a { background-color: rgb(205,113,54); }
div.DivClassName
{
background-color: #CD7136;
}
.BgClassName
{
background-color: #CD7136;
}
</style>
border-color css
<style>
span { border-color: #CD7136; }
span { border-color: rgb(205,113,54); }
td.TdClassName
{
border-color: #CD7136;
}
.TagClassName
{
border-color: #CD7136;
}
</style>