Shades of Winter Hazel #CDC780
Tints of Winter Hazel #CDC780
RGB
CMYK
RGB Variations
Color information
#CDC780 (or 0xCDC780) is known color: Winter Hazel. HEX triplet: CD, C7 and 80. RGB value is (205,199,128). Sum of RGB (Red+Green+Blue) = 205+199+128=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC780 is #32387F. Grayscale: #C0C0C0. Windows color (decimal): -3291264 or 8439757. OLE color: 8439757.
HSL color Cylindrical-coordinate representation of color #CDC780: hue angle of 55.32º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDC780 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 128 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.20 |
| HSL | 55.32º | 0.44% | 0.65% | - |
| HSV(B) | 55.32º | 0.38% | 0.8% | - |
| XYZ | 49.5 | 55.38 | 28.5 | - |
| YUV | 192.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 128 | 0 | 0.03 | 0.38 | 0.20 | 55.32 | 0.44 | 0.65 |
| Hex | CD | C7 | 80 | 0 | 3 | 26 | 14 | 37 | 2C | 41 |
| Octal | 315 | 307 | 200 | 0 | 3 | 46 | 24 | 67 | 54 | 101 |
| Binary | 11001101 | 11000111 | 10000000 | 0 | 11 | 100110 | 10100 | 110111 | 101100 | 1000001 |
Color Harmonies of #CDC780
Complementary color
Monochromatic Colors of #CDC780
Black with #CDC780
Text Example
Text Example
White with #CDC780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC780; }
p { color: rgb(205,199,128); }
H1.HeaderClassName
{
color: #CDC780;
}
.AnyTagClassName
{
color: #CDC780;
}
</style>
background-color css
<style>
a { background-color: #CDC780; }
a { background-color: rgb(205,199,128); }
div.DivClassName
{
background-color: #CDC780;
}
.BgClassName
{
background-color: #CDC780;
}
</style>
border-color css
<style>
span { border-color: #CDC780; }
span { border-color: rgb(205,199,128); }
td.TdClassName
{
border-color: #CDC780;
}
.TagClassName
{
border-color: #CDC780;
}
</style>