Shades of Zest #CD6E3C
Tints of Zest #CD6E3C
RGB
CMYK
RGB Variations
Color information
#CD6E3C (or 0xCD6E3C) is known color: Zest. HEX triplet: CD, 6E and 3C. RGB value is (205,110,60). Sum of RGB (Red+Green+Blue) = 205+110+60=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6E3C is #3291C3. Grayscale: #858585. Windows color (decimal): -3314116 or 3960525. OLE color: 3960525.
HSL color Cylindrical-coordinate representation of color #CD6E3C: hue angle of 20.69º 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 #CD6E3C is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 60 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.20 |
| HSL | 20.69º | 0.59% | 0.52% | - |
| HSV(B) | 20.69º | 0.71% | 0.8% | - |
| XYZ | 31.57 | 24.46 | 7.33 | - |
| YUV | 132.71 | 86.97 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 60 | 0 | 0.46 | 0.71 | 0.20 | 20.69 | 0.59 | 0.52 |
| Hex | CD | 6E | 3C | 0 | 2E | 47 | 14 | 15 | 3B | 34 |
| Octal | 315 | 156 | 74 | 0 | 56 | 107 | 24 | 25 | 73 | 64 |
| Binary | 11001101 | 1101110 | 111100 | 0 | 101110 | 1000111 | 10100 | 10101 | 111011 | 110100 |
Color Harmonies of #CD6E3C
Complementary color
Monochromatic Colors of #CD6E3C
Black with #CD6E3C
Text Example
Text Example
White with #CD6E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6E3C; }
p { color: rgb(205,110,60); }
H1.HeaderClassName
{
color: #CD6E3C;
}
.AnyTagClassName
{
color: #CD6E3C;
}
</style>
background-color css
<style>
a { background-color: #CD6E3C; }
a { background-color: rgb(205,110,60); }
div.DivClassName
{
background-color: #CD6E3C;
}
.BgClassName
{
background-color: #CD6E3C;
}
</style>
border-color css
<style>
span { border-color: #CD6E3C; }
span { border-color: rgb(205,110,60); }
td.TdClassName
{
border-color: #CD6E3C;
}
.TagClassName
{
border-color: #CD6E3C;
}
</style>