Shades of Winter Hazel #CBC68B
Tints of Winter Hazel #CBC68B
RGB
CMYK
RGB Variations
Color information
#CBC68B (or 0xCBC68B) is known color: Winter Hazel. HEX triplet: CB, C6 and 8B. RGB value is (203,198,139). Sum of RGB (Red+Green+Blue) = 203+198+139=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC68B is #343974. Grayscale: #C1C1C1. Windows color (decimal): -3422581 or 9160395. OLE color: 9160395.
HSL color Cylindrical-coordinate representation of color #CBC68B: hue angle of 55.31º 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 #CBC68B is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 139 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.20 |
| HSL | 55.31º | 0.38% | 0.67% | - |
| HSV(B) | 55.31º | 0.32% | 0.8% | - |
| XYZ | 49.48 | 54.95 | 32.42 | - |
| YUV | 192.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 139 | 0 | 0.02 | 0.32 | 0.20 | 55.31 | 0.38 | 0.67 |
| Hex | CB | C6 | 8B | 0 | 2 | 20 | 14 | 37 | 26 | 43 |
| Octal | 313 | 306 | 213 | 0 | 2 | 40 | 24 | 67 | 46 | 103 |
| Binary | 11001011 | 11000110 | 10001011 | 0 | 10 | 100000 | 10100 | 110111 | 100110 | 1000011 |
Color Harmonies of #CBC68B
Complementary color
Monochromatic Colors of #CBC68B
Black with #CBC68B
Text Example
Text Example
White with #CBC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC68B; }
p { color: rgb(203,198,139); }
H1.HeaderClassName
{
color: #CBC68B;
}
.AnyTagClassName
{
color: #CBC68B;
}
</style>
background-color css
<style>
a { background-color: #CBC68B; }
a { background-color: rgb(203,198,139); }
div.DivClassName
{
background-color: #CBC68B;
}
.BgClassName
{
background-color: #CBC68B;
}
</style>
border-color css
<style>
span { border-color: #CBC68B; }
span { border-color: rgb(203,198,139); }
td.TdClassName
{
border-color: #CBC68B;
}
.TagClassName
{
border-color: #CBC68B;
}
</style>