Shades of Winter Hazel #CBC08F
Tints of Winter Hazel #CBC08F
RGB
CMYK
RGB Variations
Color information
#CBC08F (or 0xCBC08F) is known color: Winter Hazel. HEX triplet: CB, C0 and 8F. RGB value is (203,192,143). Sum of RGB (Red+Green+Blue) = 203+192+143=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC08F is #343F70. Grayscale: #BDBDBD. Windows color (decimal): -3424113 or 9421003. OLE color: 9421003.
HSL color Cylindrical-coordinate representation of color #CBC08F: hue angle of 49º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBC08F is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 143 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.20 |
| HSL | 49º | 0.37% | 0.68% | - |
| HSV(B) | 49º | 0.3% | 0.8% | - |
| XYZ | 48.44 | 52.38 | 33.54 | - |
| YUV | 189.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 143 | 0 | 0.05 | 0.30 | 0.20 | 49 | 0.37 | 0.68 |
| Hex | CB | C0 | 8F | 0 | 5 | 1E | 14 | 31 | 25 | 44 |
| Octal | 313 | 300 | 217 | 0 | 5 | 36 | 24 | 61 | 45 | 104 |
| Binary | 11001011 | 11000000 | 10001111 | 0 | 101 | 11110 | 10100 | 110001 | 100101 | 1000100 |
Color Harmonies of #CBC08F
Complementary color
Monochromatic Colors of #CBC08F
Black with #CBC08F
Text Example
Text Example
White with #CBC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC08F; }
p { color: rgb(203,192,143); }
H1.HeaderClassName
{
color: #CBC08F;
}
.AnyTagClassName
{
color: #CBC08F;
}
</style>
background-color css
<style>
a { background-color: #CBC08F; }
a { background-color: rgb(203,192,143); }
div.DivClassName
{
background-color: #CBC08F;
}
.BgClassName
{
background-color: #CBC08F;
}
</style>
border-color css
<style>
span { border-color: #CBC08F; }
span { border-color: rgb(203,192,143); }
td.TdClassName
{
border-color: #CBC08F;
}
.TagClassName
{
border-color: #CBC08F;
}
</style>