Shades of Winter Hazel #CDC081
Tints of Winter Hazel #CDC081
RGB
CMYK
RGB Variations
Color information
#CDC081 (or 0xCDC081) is known color: Winter Hazel. HEX triplet: CD, C0 and 81. RGB value is (205,192,129). Sum of RGB (Red+Green+Blue) = 205+192+129=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC081 is #323F7E. Grayscale: #BCBCBC. Windows color (decimal): -3293055 or 8503501. OLE color: 8503501.
HSL color Cylindrical-coordinate representation of color #CDC081: hue angle of 49.74º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDC081 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 129 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.20 |
| HSL | 49.74º | 0.43% | 0.65% | - |
| HSV(B) | 49.74º | 0.37% | 0.8% | - |
| XYZ | 47.99 | 52.26 | 28.33 | - |
| YUV | 188.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 129 | 0 | 0.06 | 0.37 | 0.20 | 49.74 | 0.43 | 0.65 |
| Hex | CD | C0 | 81 | 0 | 6 | 25 | 14 | 32 | 2B | 41 |
| Octal | 315 | 300 | 201 | 0 | 6 | 45 | 24 | 62 | 53 | 101 |
| Binary | 11001101 | 11000000 | 10000001 | 0 | 110 | 100101 | 10100 | 110010 | 101011 | 1000001 |
Color Harmonies of #CDC081
Complementary color
Monochromatic Colors of #CDC081
Black with #CDC081
Text Example
Text Example
White with #CDC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC081; }
p { color: rgb(205,192,129); }
H1.HeaderClassName
{
color: #CDC081;
}
.AnyTagClassName
{
color: #CDC081;
}
</style>
background-color css
<style>
a { background-color: #CDC081; }
a { background-color: rgb(205,192,129); }
div.DivClassName
{
background-color: #CDC081;
}
.BgClassName
{
background-color: #CDC081;
}
</style>
border-color css
<style>
span { border-color: #CDC081; }
span { border-color: rgb(205,192,129); }
td.TdClassName
{
border-color: #CDC081;
}
.TagClassName
{
border-color: #CDC081;
}
</style>