Shades of Winter Hazel #CBC68F
Tints of Winter Hazel #CBC68F
RGB
CMYK
RGB Variations
Color information
#CBC68F (or 0xCBC68F) is known color: Winter Hazel. HEX triplet: CB, C6 and 8F. RGB value is (203,198,143). Sum of RGB (Red+Green+Blue) = 203+198+143=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC68F is #343970. Grayscale: #C1C1C1. Windows color (decimal): -3422577 or 9422539. OLE color: 9422539.
HSL color Cylindrical-coordinate representation of color #CBC68F: hue angle of 55º 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 #CBC68F is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 143 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.20 |
| HSL | 55º | 0.37% | 0.68% | - |
| HSV(B) | 55º | 0.3% | 0.8% | - |
| XYZ | 49.78 | 55.07 | 33.99 | - |
| YUV | 193.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 143 | 0 | 0.02 | 0.30 | 0.20 | 55 | 0.37 | 0.68 |
| Hex | CB | C6 | 8F | 0 | 2 | 1E | 14 | 37 | 25 | 44 |
| Octal | 313 | 306 | 217 | 0 | 2 | 36 | 24 | 67 | 45 | 104 |
| Binary | 11001011 | 11000110 | 10001111 | 0 | 10 | 11110 | 10100 | 110111 | 100101 | 1000100 |
Color Harmonies of #CBC68F
Complementary color
Monochromatic Colors of #CBC68F
Black with #CBC68F
Text Example
Text Example
White with #CBC68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC68F; }
p { color: rgb(203,198,143); }
H1.HeaderClassName
{
color: #CBC68F;
}
.AnyTagClassName
{
color: #CBC68F;
}
</style>
background-color css
<style>
a { background-color: #CBC68F; }
a { background-color: rgb(203,198,143); }
div.DivClassName
{
background-color: #CBC68F;
}
.BgClassName
{
background-color: #CBC68F;
}
</style>
border-color css
<style>
span { border-color: #CBC68F; }
span { border-color: rgb(203,198,143); }
td.TdClassName
{
border-color: #CBC68F;
}
.TagClassName
{
border-color: #CBC68F;
}
</style>