Shades of Zest #CD713A
Tints of Zest #CD713A
RGB
CMYK
RGB Variations
Color information
#CD713A (or 0xCD713A) is known color: Zest. HEX triplet: CD, 71 and 3A. RGB value is (205,113,58). Sum of RGB (Red+Green+Blue) = 205+113+58=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD713A is #328EC5. Grayscale: #868686. Windows color (decimal): -3313350 or 3830221. OLE color: 3830221.
HSL color Cylindrical-coordinate representation of color #CD713A: hue angle of 22.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD713A is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 58 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.20 |
| HSL | 22.45º | 0.6% | 0.52% | - |
| HSV(B) | 22.45º | 0.72% | 0.8% | - |
| XYZ | 31.85 | 25.09 | 7.17 | - |
| YUV | 134.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 58 | 0 | 0.45 | 0.72 | 0.20 | 22.45 | 0.6 | 0.52 |
| Hex | CD | 71 | 3A | 0 | 2D | 48 | 14 | 16 | 3C | 34 |
| Octal | 315 | 161 | 72 | 0 | 55 | 110 | 24 | 26 | 74 | 64 |
| Binary | 11001101 | 1110001 | 111010 | 0 | 101101 | 1001000 | 10100 | 10110 | 111100 | 110100 |
Color Harmonies of #CD713A
Complementary color
Monochromatic Colors of #CD713A
Black with #CD713A
Text Example
Text Example
White with #CD713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD713A; }
p { color: rgb(205,113,58); }
H1.HeaderClassName
{
color: #CD713A;
}
.AnyTagClassName
{
color: #CD713A;
}
</style>
background-color css
<style>
a { background-color: #CD713A; }
a { background-color: rgb(205,113,58); }
div.DivClassName
{
background-color: #CD713A;
}
.BgClassName
{
background-color: #CD713A;
}
</style>
border-color css
<style>
span { border-color: #CD713A; }
span { border-color: rgb(205,113,58); }
td.TdClassName
{
border-color: #CD713A;
}
.TagClassName
{
border-color: #CD713A;
}
</style>