Shades of Winter Hazel #CDBE90
Tints of Winter Hazel #CDBE90
RGB
CMYK
RGB Variations
Color information
#CDBE90 (or 0xCDBE90) is known color: Winter Hazel. HEX triplet: CD, BE and 90. RGB value is (205,190,144). Sum of RGB (Red+Green+Blue) = 205+190+144=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBE90 is #32416F. Grayscale: #BDBDBD. Windows color (decimal): -3293552 or 9486029. OLE color: 9486029.
HSL color Cylindrical-coordinate representation of color #CDBE90: hue angle of 45.25º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDBE90 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 144 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.20 |
| HSL | 45.25º | 0.38% | 0.68% | - |
| HSV(B) | 45.25º | 0.3% | 0.8% | - |
| XYZ | 48.62 | 51.82 | 33.82 | - |
| YUV | 189.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 144 | 0 | 0.07 | 0.30 | 0.20 | 45.25 | 0.38 | 0.68 |
| Hex | CD | BE | 90 | 0 | 7 | 1E | 14 | 2D | 26 | 44 |
| Octal | 315 | 276 | 220 | 0 | 7 | 36 | 24 | 55 | 46 | 104 |
| Binary | 11001101 | 10111110 | 10010000 | 0 | 111 | 11110 | 10100 | 101101 | 100110 | 1000100 |
Color Harmonies of #CDBE90
Complementary color
Monochromatic Colors of #CDBE90
Black with #CDBE90
Text Example
Text Example
White with #CDBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBE90; }
p { color: rgb(205,190,144); }
H1.HeaderClassName
{
color: #CDBE90;
}
.AnyTagClassName
{
color: #CDBE90;
}
</style>
background-color css
<style>
a { background-color: #CDBE90; }
a { background-color: rgb(205,190,144); }
div.DivClassName
{
background-color: #CDBE90;
}
.BgClassName
{
background-color: #CDBE90;
}
</style>
border-color css
<style>
span { border-color: #CDBE90; }
span { border-color: rgb(205,190,144); }
td.TdClassName
{
border-color: #CDBE90;
}
.TagClassName
{
border-color: #CDBE90;
}
</style>