Shades of Winter Hazel #CBBE74
Tints of Winter Hazel #CBBE74
RGB
CMYK
RGB Variations
Color information
#CBBE74 (or 0xCBBE74) is known color: Winter Hazel. HEX triplet: CB, BE and 74. RGB value is (203,190,116). Sum of RGB (Red+Green+Blue) = 203+190+116=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBE74 is #34418B. Grayscale: #B9B9B9. Windows color (decimal): -3424652 or 7651019. OLE color: 7651019.
HSL color Cylindrical-coordinate representation of color #CBBE74: hue angle of 51.03º degrees, saturation: 0.46, 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 #CBBE74 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 116 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.20 |
| HSL | 51.03º | 0.46% | 0.63% | - |
| HSV(B) | 51.03º | 0.43% | 0.8% | - |
| XYZ | 46.19 | 50.78 | 23.89 | - |
| YUV | 185.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 116 | 0 | 0.06 | 0.43 | 0.20 | 51.03 | 0.46 | 0.63 |
| Hex | CB | BE | 74 | 0 | 6 | 2B | 14 | 33 | 2E | 3F |
| Octal | 313 | 276 | 164 | 0 | 6 | 53 | 24 | 63 | 56 | 77 |
| Binary | 11001011 | 10111110 | 1110100 | 0 | 110 | 101011 | 10100 | 110011 | 101110 | 111111 |
Color Harmonies of #CBBE74
Complementary color
Monochromatic Colors of #CBBE74
Black with #CBBE74
Text Example
Text Example
White with #CBBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE74; }
p { color: rgb(203,190,116); }
H1.HeaderClassName
{
color: #CBBE74;
}
.AnyTagClassName
{
color: #CBBE74;
}
</style>
background-color css
<style>
a { background-color: #CBBE74; }
a { background-color: rgb(203,190,116); }
div.DivClassName
{
background-color: #CBBE74;
}
.BgClassName
{
background-color: #CBBE74;
}
</style>
border-color css
<style>
span { border-color: #CBBE74; }
span { border-color: rgb(203,190,116); }
td.TdClassName
{
border-color: #CBBE74;
}
.TagClassName
{
border-color: #CBBE74;
}
</style>