Shades of Zest #CD713C
Tints of Zest #CD713C
RGB
CMYK
RGB Variations
Color information
#CD713C (or 0xCD713C) is known color: Zest. HEX triplet: CD, 71 and 3C. RGB value is (205,113,60). Sum of RGB (Red+Green+Blue) = 205+113+60=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD713C is #328EC3. Grayscale: #868686. Windows color (decimal): -3313348 or 3961293. OLE color: 3961293.
HSL color Cylindrical-coordinate representation of color #CD713C: hue angle of 21.93º 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 #CD713C is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 60 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.20 |
| HSL | 21.93º | 0.59% | 0.52% | - |
| HSV(B) | 21.93º | 0.71% | 0.8% | - |
| XYZ | 31.9 | 25.12 | 7.44 | - |
| YUV | 134.47 | 85.98 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 60 | 0 | 0.45 | 0.71 | 0.20 | 21.93 | 0.59 | 0.52 |
| Hex | CD | 71 | 3C | 0 | 2D | 47 | 14 | 16 | 3B | 34 |
| Octal | 315 | 161 | 74 | 0 | 55 | 107 | 24 | 26 | 73 | 64 |
| Binary | 11001101 | 1110001 | 111100 | 0 | 101101 | 1000111 | 10100 | 10110 | 111011 | 110100 |
Color Harmonies of #CD713C
Complementary color
Monochromatic Colors of #CD713C
Black with #CD713C
Text Example
Text Example
White with #CD713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD713C; }
p { color: rgb(205,113,60); }
H1.HeaderClassName
{
color: #CD713C;
}
.AnyTagClassName
{
color: #CD713C;
}
</style>
background-color css
<style>
a { background-color: #CD713C; }
a { background-color: rgb(205,113,60); }
div.DivClassName
{
background-color: #CD713C;
}
.BgClassName
{
background-color: #CD713C;
}
</style>
border-color css
<style>
span { border-color: #CD713C; }
span { border-color: rgb(205,113,60); }
td.TdClassName
{
border-color: #CD713C;
}
.TagClassName
{
border-color: #CD713C;
}
</style>