Shades of Winter Hazel #CDC889
Tints of Winter Hazel #CDC889
RGB
CMYK
RGB Variations
Color information
#CDC889 (or 0xCDC889) is known color: Winter Hazel. HEX triplet: CD, C8 and 89. RGB value is (205,200,137). Sum of RGB (Red+Green+Blue) = 205+200+137=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC889 is #323776. Grayscale: #C2C2C2. Windows color (decimal): -3290999 or 9029837. OLE color: 9029837.
HSL color Cylindrical-coordinate representation of color #CDC889: hue angle of 55.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDC889 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 137 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.20 |
| HSL | 55.59º | 0.4% | 0.67% | - |
| HSV(B) | 55.59º | 0.33% | 0.8% | - |
| XYZ | 50.35 | 56.09 | 31.84 | - |
| YUV | 194.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 137 | 0 | 0.02 | 0.33 | 0.20 | 55.59 | 0.4 | 0.67 |
| Hex | CD | C8 | 89 | 0 | 2 | 21 | 14 | 38 | 28 | 43 |
| Octal | 315 | 310 | 211 | 0 | 2 | 41 | 24 | 70 | 50 | 103 |
| Binary | 11001101 | 11001000 | 10001001 | 0 | 10 | 100001 | 10100 | 111000 | 101000 | 1000011 |
Color Harmonies of #CDC889
Complementary color
Monochromatic Colors of #CDC889
Black with #CDC889
Text Example
Text Example
White with #CDC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC889; }
p { color: rgb(205,200,137); }
H1.HeaderClassName
{
color: #CDC889;
}
.AnyTagClassName
{
color: #CDC889;
}
</style>
background-color css
<style>
a { background-color: #CDC889; }
a { background-color: rgb(205,200,137); }
div.DivClassName
{
background-color: #CDC889;
}
.BgClassName
{
background-color: #CDC889;
}
</style>
border-color css
<style>
span { border-color: #CDC889; }
span { border-color: rgb(205,200,137); }
td.TdClassName
{
border-color: #CDC889;
}
.TagClassName
{
border-color: #CDC889;
}
</style>