Shades of Winter Hazel #CBC679
Tints of Winter Hazel #CBC679
RGB
CMYK
RGB Variations
Color information
#CBC679 (or 0xCBC679) is known color: Winter Hazel. HEX triplet: CB, C6 and 79. RGB value is (203,198,121). Sum of RGB (Red+Green+Blue) = 203+198+121=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC679 is #343986. Grayscale: #BFBFBF. Windows color (decimal): -3422599 or 7980747. OLE color: 7980747.
HSL color Cylindrical-coordinate representation of color #CBC679: hue angle of 56.34º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBC679 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 121 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.20 |
| HSL | 56.34º | 0.44% | 0.64% | - |
| HSV(B) | 56.34º | 0.4% | 0.8% | - |
| XYZ | 48.27 | 54.47 | 26.06 | - |
| YUV | 190.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 121 | 0 | 0.02 | 0.40 | 0.20 | 56.34 | 0.44 | 0.64 |
| Hex | CB | C6 | 79 | 0 | 2 | 28 | 14 | 38 | 2C | 40 |
| Octal | 313 | 306 | 171 | 0 | 2 | 50 | 24 | 70 | 54 | 100 |
| Binary | 11001011 | 11000110 | 1111001 | 0 | 10 | 101000 | 10100 | 111000 | 101100 | 1000000 |
Color Harmonies of #CBC679
Complementary color
Monochromatic Colors of #CBC679
Black with #CBC679
Text Example
Text Example
White with #CBC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC679; }
p { color: rgb(203,198,121); }
H1.HeaderClassName
{
color: #CBC679;
}
.AnyTagClassName
{
color: #CBC679;
}
</style>
background-color css
<style>
a { background-color: #CBC679; }
a { background-color: rgb(203,198,121); }
div.DivClassName
{
background-color: #CBC679;
}
.BgClassName
{
background-color: #CBC679;
}
</style>
border-color css
<style>
span { border-color: #CBC679; }
span { border-color: rgb(203,198,121); }
td.TdClassName
{
border-color: #CBC679;
}
.TagClassName
{
border-color: #CBC679;
}
</style>