Shades of Winter Hazel #CDC080
Tints of Winter Hazel #CDC080
RGB
CMYK
RGB Variations
Color information
#CDC080 (or 0xCDC080) is known color: Winter Hazel. HEX triplet: CD, C0 and 80. RGB value is (205,192,128). Sum of RGB (Red+Green+Blue) = 205+192+128=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC080 is #323F7F. Grayscale: #BCBCBC. Windows color (decimal): -3293056 or 8437965. OLE color: 8437965.
HSL color Cylindrical-coordinate representation of color #CDC080: hue angle of 49.87º 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 #CDC080 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 128 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.20 |
| HSL | 49.87º | 0.44% | 0.65% | - |
| HSV(B) | 49.87º | 0.38% | 0.8% | - |
| XYZ | 47.92 | 52.24 | 27.98 | - |
| YUV | 188.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 128 | 0 | 0.06 | 0.38 | 0.20 | 49.87 | 0.44 | 0.65 |
| Hex | CD | C0 | 80 | 0 | 6 | 26 | 14 | 32 | 2C | 41 |
| Octal | 315 | 300 | 200 | 0 | 6 | 46 | 24 | 62 | 54 | 101 |
| Binary | 11001101 | 11000000 | 10000000 | 0 | 110 | 100110 | 10100 | 110010 | 101100 | 1000001 |
Color Harmonies of #CDC080
Complementary color
Monochromatic Colors of #CDC080
Black with #CDC080
Text Example
Text Example
White with #CDC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC080; }
p { color: rgb(205,192,128); }
H1.HeaderClassName
{
color: #CDC080;
}
.AnyTagClassName
{
color: #CDC080;
}
</style>
background-color css
<style>
a { background-color: #CDC080; }
a { background-color: rgb(205,192,128); }
div.DivClassName
{
background-color: #CDC080;
}
.BgClassName
{
background-color: #CDC080;
}
</style>
border-color css
<style>
span { border-color: #CDC080; }
span { border-color: rgb(205,192,128); }
td.TdClassName
{
border-color: #CDC080;
}
.TagClassName
{
border-color: #CDC080;
}
</style>