Shades of Winter Hazel #CBC68E
Tints of Winter Hazel #CBC68E
RGB
CMYK
RGB Variations
Color information
#CBC68E (or 0xCBC68E) is known color: Winter Hazel. HEX triplet: CB, C6 and 8E. RGB value is (203,198,142). Sum of RGB (Red+Green+Blue) = 203+198+142=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC68E is #343971. Grayscale: #C1C1C1. Windows color (decimal): -3422578 or 9357003. OLE color: 9357003.
HSL color Cylindrical-coordinate representation of color #CBC68E: hue angle of 55.08º 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 #CBC68E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 142 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.20 |
| HSL | 55.08º | 0.37% | 0.68% | - |
| HSV(B) | 55.08º | 0.3% | 0.8% | - |
| XYZ | 49.71 | 55.04 | 33.59 | - |
| YUV | 193.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 142 | 0 | 0.02 | 0.30 | 0.20 | 55.08 | 0.37 | 0.68 |
| Hex | CB | C6 | 8E | 0 | 2 | 1E | 14 | 37 | 25 | 44 |
| Octal | 313 | 306 | 216 | 0 | 2 | 36 | 24 | 67 | 45 | 104 |
| Binary | 11001011 | 11000110 | 10001110 | 0 | 10 | 11110 | 10100 | 110111 | 100101 | 1000100 |
Color Harmonies of #CBC68E
Complementary color
Monochromatic Colors of #CBC68E
Black with #CBC68E
Text Example
Text Example
White with #CBC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC68E; }
p { color: rgb(203,198,142); }
H1.HeaderClassName
{
color: #CBC68E;
}
.AnyTagClassName
{
color: #CBC68E;
}
</style>
background-color css
<style>
a { background-color: #CBC68E; }
a { background-color: rgb(203,198,142); }
div.DivClassName
{
background-color: #CBC68E;
}
.BgClassName
{
background-color: #CBC68E;
}
</style>
border-color css
<style>
span { border-color: #CBC68E; }
span { border-color: rgb(203,198,142); }
td.TdClassName
{
border-color: #CBC68E;
}
.TagClassName
{
border-color: #CBC68E;
}
</style>