Shades of Winter Hazel #CBBE7F
Tints of Winter Hazel #CBBE7F
RGB
CMYK
RGB Variations
Color information
#CBBE7F (or 0xCBBE7F) is known color: Winter Hazel. HEX triplet: CB, BE and 7F. RGB value is (203,190,127). Sum of RGB (Red+Green+Blue) = 203+190+127=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBE7F is #344180. Grayscale: #BABABA. Windows color (decimal): -3424641 or 8371915. OLE color: 8371915.
HSL color Cylindrical-coordinate representation of color #CBBE7F: hue angle of 49.74º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBBE7F is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 127 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.20 |
| HSL | 49.74º | 0.42% | 0.65% | - |
| HSV(B) | 49.74º | 0.37% | 0.8% | - |
| XYZ | 46.87 | 51.06 | 27.46 | - |
| YUV | 186.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 127 | 0 | 0.06 | 0.37 | 0.20 | 49.74 | 0.42 | 0.65 |
| Hex | CB | BE | 7F | 0 | 6 | 25 | 14 | 32 | 2A | 41 |
| Octal | 313 | 276 | 177 | 0 | 6 | 45 | 24 | 62 | 52 | 101 |
| Binary | 11001011 | 10111110 | 1111111 | 0 | 110 | 100101 | 10100 | 110010 | 101010 | 1000001 |
Color Harmonies of #CBBE7F
Complementary color
Monochromatic Colors of #CBBE7F
Black with #CBBE7F
Text Example
Text Example
White with #CBBE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE7F; }
p { color: rgb(203,190,127); }
H1.HeaderClassName
{
color: #CBBE7F;
}
.AnyTagClassName
{
color: #CBBE7F;
}
</style>
background-color css
<style>
a { background-color: #CBBE7F; }
a { background-color: rgb(203,190,127); }
div.DivClassName
{
background-color: #CBBE7F;
}
.BgClassName
{
background-color: #CBBE7F;
}
</style>
border-color css
<style>
span { border-color: #CBBE7F; }
span { border-color: rgb(203,190,127); }
td.TdClassName
{
border-color: #CBBE7F;
}
.TagClassName
{
border-color: #CBBE7F;
}
</style>