Shades of Winter Hazel #CDC886
Tints of Winter Hazel #CDC886
RGB
CMYK
RGB Variations
Color information
#CDC886 (or 0xCDC886) is known color: Winter Hazel. HEX triplet: CD, C8 and 86. RGB value is (205,200,134). Sum of RGB (Red+Green+Blue) = 205+200+134=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC886 is #323779. Grayscale: #C2C2C2. Windows color (decimal): -3291002 or 8833229. OLE color: 8833229.
HSL color Cylindrical-coordinate representation of color #CDC886: hue angle of 55.77º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDC886 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 134 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.20 |
| HSL | 55.77º | 0.42% | 0.66% | - |
| HSV(B) | 55.77º | 0.35% | 0.8% | - |
| XYZ | 50.13 | 56.01 | 30.72 | - |
| YUV | 193.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 134 | 0 | 0.02 | 0.35 | 0.20 | 55.77 | 0.42 | 0.66 |
| Hex | CD | C8 | 86 | 0 | 2 | 23 | 14 | 38 | 2A | 42 |
| Octal | 315 | 310 | 206 | 0 | 2 | 43 | 24 | 70 | 52 | 102 |
| Binary | 11001101 | 11001000 | 10000110 | 0 | 10 | 100011 | 10100 | 111000 | 101010 | 1000010 |
Color Harmonies of #CDC886
Complementary color
Monochromatic Colors of #CDC886
Black with #CDC886
Text Example
Text Example
White with #CDC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC886; }
p { color: rgb(205,200,134); }
H1.HeaderClassName
{
color: #CDC886;
}
.AnyTagClassName
{
color: #CDC886;
}
</style>
background-color css
<style>
a { background-color: #CDC886; }
a { background-color: rgb(205,200,134); }
div.DivClassName
{
background-color: #CDC886;
}
.BgClassName
{
background-color: #CDC886;
}
</style>
border-color css
<style>
span { border-color: #CDC886; }
span { border-color: rgb(205,200,134); }
td.TdClassName
{
border-color: #CDC886;
}
.TagClassName
{
border-color: #CDC886;
}
</style>