Shades of Winter Hazel #CBC38E
Tints of Winter Hazel #CBC38E
RGB
CMYK
RGB Variations
Color information
#CBC38E (or 0xCBC38E) is known color: Winter Hazel. HEX triplet: CB, C3 and 8E. RGB value is (203,195,142). Sum of RGB (Red+Green+Blue) = 203+195+142=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC38E is #343C71. Grayscale: #BFBFBF. Windows color (decimal): -3423346 or 9356235. OLE color: 9356235.
HSL color Cylindrical-coordinate representation of color #CBC38E: hue angle of 52.13º 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 #CBC38E is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 142 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.20 |
| HSL | 52.13º | 0.37% | 0.68% | - |
| HSV(B) | 52.13º | 0.3% | 0.8% | - |
| XYZ | 49.03 | 53.68 | 33.37 | - |
| YUV | 191.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 142 | 0 | 0.04 | 0.30 | 0.20 | 52.13 | 0.37 | 0.68 |
| Hex | CB | C3 | 8E | 0 | 4 | 1E | 14 | 34 | 25 | 44 |
| Octal | 313 | 303 | 216 | 0 | 4 | 36 | 24 | 64 | 45 | 104 |
| Binary | 11001011 | 11000011 | 10001110 | 0 | 100 | 11110 | 10100 | 110100 | 100101 | 1000100 |
Color Harmonies of #CBC38E
Complementary color
Monochromatic Colors of #CBC38E
Black with #CBC38E
Text Example
Text Example
White with #CBC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC38E; }
p { color: rgb(203,195,142); }
H1.HeaderClassName
{
color: #CBC38E;
}
.AnyTagClassName
{
color: #CBC38E;
}
</style>
background-color css
<style>
a { background-color: #CBC38E; }
a { background-color: rgb(203,195,142); }
div.DivClassName
{
background-color: #CBC38E;
}
.BgClassName
{
background-color: #CBC38E;
}
</style>
border-color css
<style>
span { border-color: #CBC38E; }
span { border-color: rgb(203,195,142); }
td.TdClassName
{
border-color: #CBC38E;
}
.TagClassName
{
border-color: #CBC38E;
}
</style>