Shades of Winter Hazel #CDBE74
Tints of Winter Hazel #CDBE74
RGB
CMYK
RGB Variations
Color information
#CDBE74 (or 0xCDBE74) is known color: Winter Hazel. HEX triplet: CD, BE and 74. RGB value is (205,190,116). Sum of RGB (Red+Green+Blue) = 205+190+116=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE74 is #32418B. Grayscale: #BABABA. Windows color (decimal): -3293580 or 7651021. OLE color: 7651021.
HSL color Cylindrical-coordinate representation of color #CDBE74: hue angle of 49.89º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDBE74 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 116 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.20 |
| HSL | 49.89º | 0.47% | 0.63% | - |
| HSV(B) | 49.89º | 0.43% | 0.8% | - |
| XYZ | 46.74 | 51.07 | 23.92 | - |
| YUV | 186.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 116 | 0 | 0.07 | 0.43 | 0.20 | 49.89 | 0.47 | 0.63 |
| Hex | CD | BE | 74 | 0 | 7 | 2B | 14 | 32 | 2F | 3F |
| Octal | 315 | 276 | 164 | 0 | 7 | 53 | 24 | 62 | 57 | 77 |
| Binary | 11001101 | 10111110 | 1110100 | 0 | 111 | 101011 | 10100 | 110010 | 101111 | 111111 |
Color Harmonies of #CDBE74
Complementary color
Monochromatic Colors of #CDBE74
Black with #CDBE74
Text Example
Text Example
White with #CDBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBE74; }
p { color: rgb(205,190,116); }
H1.HeaderClassName
{
color: #CDBE74;
}
.AnyTagClassName
{
color: #CDBE74;
}
</style>
background-color css
<style>
a { background-color: #CDBE74; }
a { background-color: rgb(205,190,116); }
div.DivClassName
{
background-color: #CDBE74;
}
.BgClassName
{
background-color: #CDBE74;
}
</style>
border-color css
<style>
span { border-color: #CDBE74; }
span { border-color: rgb(205,190,116); }
td.TdClassName
{
border-color: #CDBE74;
}
.TagClassName
{
border-color: #CDBE74;
}
</style>