Shades of Winter Hazel #CDBF77
Tints of Winter Hazel #CDBF77
RGB
CMYK
RGB Variations
Color information
#CDBF77 (or 0xCDBF77) is known color: Winter Hazel. HEX triplet: CD, BF and 77. RGB value is (205,191,119). Sum of RGB (Red+Green+Blue) = 205+191+119=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBF77 is #324088. Grayscale: #BBBBBB. Windows color (decimal): -3293321 or 7847885. OLE color: 7847885.
HSL color Cylindrical-coordinate representation of color #CDBF77: hue angle of 50.23º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDBF77 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 119 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.20 |
| HSL | 50.23º | 0.46% | 0.64% | - |
| HSV(B) | 50.23º | 0.42% | 0.8% | - |
| XYZ | 47.14 | 51.57 | 24.92 | - |
| YUV | 186.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 119 | 0 | 0.07 | 0.42 | 0.20 | 50.23 | 0.46 | 0.64 |
| Hex | CD | BF | 77 | 0 | 7 | 2A | 14 | 32 | 2E | 40 |
| Octal | 315 | 277 | 167 | 0 | 7 | 52 | 24 | 62 | 56 | 100 |
| Binary | 11001101 | 10111111 | 1110111 | 0 | 111 | 101010 | 10100 | 110010 | 101110 | 1000000 |
Color Harmonies of #CDBF77
Complementary color
Monochromatic Colors of #CDBF77
Black with #CDBF77
Text Example
Text Example
White with #CDBF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBF77; }
p { color: rgb(205,191,119); }
H1.HeaderClassName
{
color: #CDBF77;
}
.AnyTagClassName
{
color: #CDBF77;
}
</style>
background-color css
<style>
a { background-color: #CDBF77; }
a { background-color: rgb(205,191,119); }
div.DivClassName
{
background-color: #CDBF77;
}
.BgClassName
{
background-color: #CDBF77;
}
</style>
border-color css
<style>
span { border-color: #CDBF77; }
span { border-color: rgb(205,191,119); }
td.TdClassName
{
border-color: #CDBF77;
}
.TagClassName
{
border-color: #CDBF77;
}
</style>