Shades of Winter Hazel #CBC08C
Tints of Winter Hazel #CBC08C
RGB
CMYK
RGB Variations
Color information
#CBC08C (or 0xCBC08C) is known color: Winter Hazel. HEX triplet: CB, C0 and 8C. RGB value is (203,192,140). Sum of RGB (Red+Green+Blue) = 203+192+140=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC08C is #343F73. Grayscale: #BDBDBD. Windows color (decimal): -3424116 or 9224395. OLE color: 9224395.
HSL color Cylindrical-coordinate representation of color #CBC08C: hue angle of 49.52º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBC08C is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 140 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.20 |
| HSL | 49.52º | 0.38% | 0.67% | - |
| HSV(B) | 49.52º | 0.31% | 0.8% | - |
| XYZ | 48.21 | 52.29 | 32.36 | - |
| YUV | 189.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 140 | 0 | 0.05 | 0.31 | 0.20 | 49.52 | 0.38 | 0.67 |
| Hex | CB | C0 | 8C | 0 | 5 | 1F | 14 | 32 | 26 | 43 |
| Octal | 313 | 300 | 214 | 0 | 5 | 37 | 24 | 62 | 46 | 103 |
| Binary | 11001011 | 11000000 | 10001100 | 0 | 101 | 11111 | 10100 | 110010 | 100110 | 1000011 |
Color Harmonies of #CBC08C
Complementary color
Monochromatic Colors of #CBC08C
Black with #CBC08C
Text Example
Text Example
White with #CBC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC08C; }
p { color: rgb(203,192,140); }
H1.HeaderClassName
{
color: #CBC08C;
}
.AnyTagClassName
{
color: #CBC08C;
}
</style>
background-color css
<style>
a { background-color: #CBC08C; }
a { background-color: rgb(203,192,140); }
div.DivClassName
{
background-color: #CBC08C;
}
.BgClassName
{
background-color: #CBC08C;
}
</style>
border-color css
<style>
span { border-color: #CBC08C; }
span { border-color: rgb(203,192,140); }
td.TdClassName
{
border-color: #CBC08C;
}
.TagClassName
{
border-color: #CBC08C;
}
</style>