Shades of Winter Hazel #CDBF7C
Tints of Winter Hazel #CDBF7C
RGB
CMYK
RGB Variations
Color information
#CDBF7C (or 0xCDBF7C) is known color: Winter Hazel. HEX triplet: CD, BF and 7C. RGB value is (205,191,124). Sum of RGB (Red+Green+Blue) = 205+191+124=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBF7C is #324083. Grayscale: #BBBBBB. Windows color (decimal): -3293316 or 8175565. OLE color: 8175565.
HSL color Cylindrical-coordinate representation of color #CDBF7C: hue angle of 49.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDBF7C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 124 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.20 |
| HSL | 49.63º | 0.45% | 0.65% | - |
| HSV(B) | 49.63º | 0.4% | 0.8% | - |
| XYZ | 47.45 | 51.7 | 26.55 | - |
| YUV | 187.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 124 | 0 | 0.07 | 0.40 | 0.20 | 49.63 | 0.45 | 0.65 |
| Hex | CD | BF | 7C | 0 | 7 | 28 | 14 | 32 | 2D | 41 |
| Octal | 315 | 277 | 174 | 0 | 7 | 50 | 24 | 62 | 55 | 101 |
| Binary | 11001101 | 10111111 | 1111100 | 0 | 111 | 101000 | 10100 | 110010 | 101101 | 1000001 |
Color Harmonies of #CDBF7C
Complementary color
Monochromatic Colors of #CDBF7C
Black with #CDBF7C
Text Example
Text Example
White with #CDBF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBF7C; }
p { color: rgb(205,191,124); }
H1.HeaderClassName
{
color: #CDBF7C;
}
.AnyTagClassName
{
color: #CDBF7C;
}
</style>
background-color css
<style>
a { background-color: #CDBF7C; }
a { background-color: rgb(205,191,124); }
div.DivClassName
{
background-color: #CDBF7C;
}
.BgClassName
{
background-color: #CDBF7C;
}
</style>
border-color css
<style>
span { border-color: #CDBF7C; }
span { border-color: rgb(205,191,124); }
td.TdClassName
{
border-color: #CDBF7C;
}
.TagClassName
{
border-color: #CDBF7C;
}
</style>