Shades of Winter Hazel #CBC08A
Tints of Winter Hazel #CBC08A
RGB
CMYK
RGB Variations
Color information
#CBC08A (or 0xCBC08A) is known color: Winter Hazel. HEX triplet: CB, C0 and 8A. RGB value is (203,192,138). Sum of RGB (Red+Green+Blue) = 203+192+138=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC08A is #343F75. Grayscale: #BDBDBD. Windows color (decimal): -3424118 or 9093323. OLE color: 9093323.
HSL color Cylindrical-coordinate representation of color #CBC08A: hue angle of 49.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBC08A is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 138 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.20 |
| HSL | 49.85º | 0.38% | 0.67% | - |
| HSV(B) | 49.85º | 0.32% | 0.8% | - |
| XYZ | 48.07 | 52.23 | 31.59 | - |
| YUV | 189.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 138 | 0 | 0.05 | 0.32 | 0.20 | 49.85 | 0.38 | 0.67 |
| Hex | CB | C0 | 8A | 0 | 5 | 20 | 14 | 32 | 26 | 43 |
| Octal | 313 | 300 | 212 | 0 | 5 | 40 | 24 | 62 | 46 | 103 |
| Binary | 11001011 | 11000000 | 10001010 | 0 | 101 | 100000 | 10100 | 110010 | 100110 | 1000011 |
Color Harmonies of #CBC08A
Complementary color
Monochromatic Colors of #CBC08A
Black with #CBC08A
Text Example
Text Example
White with #CBC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC08A; }
p { color: rgb(203,192,138); }
H1.HeaderClassName
{
color: #CBC08A;
}
.AnyTagClassName
{
color: #CBC08A;
}
</style>
background-color css
<style>
a { background-color: #CBC08A; }
a { background-color: rgb(203,192,138); }
div.DivClassName
{
background-color: #CBC08A;
}
.BgClassName
{
background-color: #CBC08A;
}
</style>
border-color css
<style>
span { border-color: #CBC08A; }
span { border-color: rgb(203,192,138); }
td.TdClassName
{
border-color: #CBC08A;
}
.TagClassName
{
border-color: #CBC08A;
}
</style>