Shades of Winter Hazel #CBBF85
Tints of Winter Hazel #CBBF85
RGB
CMYK
RGB Variations
Color information
#CBBF85 (or 0xCBBF85) is known color: Winter Hazel. HEX triplet: CB, BF and 85. RGB value is (203,191,133). Sum of RGB (Red+Green+Blue) = 203+191+133=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF85 is #34407A. Grayscale: #BCBCBC. Windows color (decimal): -3424379 or 8765387. OLE color: 8765387.
HSL color Cylindrical-coordinate representation of color #CBBF85: hue angle of 49.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBBF85 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 133 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.20 |
| HSL | 49.71º | 0.4% | 0.66% | - |
| HSV(B) | 49.71º | 0.34% | 0.8% | - |
| XYZ | 47.49 | 51.65 | 29.66 | - |
| YUV | 187.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 133 | 0 | 0.06 | 0.34 | 0.20 | 49.71 | 0.4 | 0.66 |
| Hex | CB | BF | 85 | 0 | 6 | 22 | 14 | 32 | 28 | 42 |
| Octal | 313 | 277 | 205 | 0 | 6 | 42 | 24 | 62 | 50 | 102 |
| Binary | 11001011 | 10111111 | 10000101 | 0 | 110 | 100010 | 10100 | 110010 | 101000 | 1000010 |
Color Harmonies of #CBBF85
Complementary color
Monochromatic Colors of #CBBF85
Black with #CBBF85
Text Example
Text Example
White with #CBBF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBF85; }
p { color: rgb(203,191,133); }
H1.HeaderClassName
{
color: #CBBF85;
}
.AnyTagClassName
{
color: #CBBF85;
}
</style>
background-color css
<style>
a { background-color: #CBBF85; }
a { background-color: rgb(203,191,133); }
div.DivClassName
{
background-color: #CBBF85;
}
.BgClassName
{
background-color: #CBBF85;
}
</style>
border-color css
<style>
span { border-color: #CBBF85; }
span { border-color: rgb(203,191,133); }
td.TdClassName
{
border-color: #CBBF85;
}
.TagClassName
{
border-color: #CBBF85;
}
</style>