Shades of Winter Hazel #CDC881
Tints of Winter Hazel #CDC881
RGB
CMYK
RGB Variations
Color information
#CDC881 (or 0xCDC881) is known color: Winter Hazel. HEX triplet: CD, C8 and 81. RGB value is (205,200,129). Sum of RGB (Red+Green+Blue) = 205+200+129=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC881 is #32377E. Grayscale: #C1C1C1. Windows color (decimal): -3291007 or 8505549. OLE color: 8505549.
HSL color Cylindrical-coordinate representation of color #CDC881: hue angle of 56.05º 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 #CDC881 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 129 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.20 |
| HSL | 56.05º | 0.43% | 0.65% | - |
| HSV(B) | 56.05º | 0.37% | 0.8% | - |
| XYZ | 49.79 | 55.87 | 28.93 | - |
| YUV | 193.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 129 | 0 | 0.02 | 0.37 | 0.20 | 56.05 | 0.43 | 0.65 |
| Hex | CD | C8 | 81 | 0 | 2 | 25 | 14 | 38 | 2B | 41 |
| Octal | 315 | 310 | 201 | 0 | 2 | 45 | 24 | 70 | 53 | 101 |
| Binary | 11001101 | 11001000 | 10000001 | 0 | 10 | 100101 | 10100 | 111000 | 101011 | 1000001 |
Color Harmonies of #CDC881
Complementary color
Monochromatic Colors of #CDC881
Black with #CDC881
Text Example
Text Example
White with #CDC881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC881; }
p { color: rgb(205,200,129); }
H1.HeaderClassName
{
color: #CDC881;
}
.AnyTagClassName
{
color: #CDC881;
}
</style>
background-color css
<style>
a { background-color: #CDC881; }
a { background-color: rgb(205,200,129); }
div.DivClassName
{
background-color: #CDC881;
}
.BgClassName
{
background-color: #CDC881;
}
</style>
border-color css
<style>
span { border-color: #CDC881; }
span { border-color: rgb(205,200,129); }
td.TdClassName
{
border-color: #CDC881;
}
.TagClassName
{
border-color: #CDC881;
}
</style>