Shades of Winter Hazel #CBC691
Tints of Winter Hazel #CBC691
RGB
CMYK
RGB Variations
Color information
#CBC691 (or 0xCBC691) is known color: Winter Hazel. HEX triplet: CB, C6 and 91. RGB value is (203,198,145). Sum of RGB (Red+Green+Blue) = 203+198+145=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC691 is #34396E. Grayscale: #C1C1C1. Windows color (decimal): -3422575 or 9553611. OLE color: 9553611.
HSL color Cylindrical-coordinate representation of color #CBC691: hue angle of 54.83º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBC691 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 145 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.20 |
| HSL | 54.83º | 0.36% | 0.68% | - |
| HSV(B) | 54.83º | 0.29% | 0.8% | - |
| XYZ | 49.93 | 55.13 | 34.8 | - |
| YUV | 193.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 145 | 0 | 0.02 | 0.29 | 0.20 | 54.83 | 0.36 | 0.68 |
| Hex | CB | C6 | 91 | 0 | 2 | 1D | 14 | 37 | 24 | 44 |
| Octal | 313 | 306 | 221 | 0 | 2 | 35 | 24 | 67 | 44 | 104 |
| Binary | 11001011 | 11000110 | 10010001 | 0 | 10 | 11101 | 10100 | 110111 | 100100 | 1000100 |
Color Harmonies of #CBC691
Complementary color
Monochromatic Colors of #CBC691
Black with #CBC691
Text Example
Text Example
White with #CBC691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC691; }
p { color: rgb(203,198,145); }
H1.HeaderClassName
{
color: #CBC691;
}
.AnyTagClassName
{
color: #CBC691;
}
</style>
background-color css
<style>
a { background-color: #CBC691; }
a { background-color: rgb(203,198,145); }
div.DivClassName
{
background-color: #CBC691;
}
.BgClassName
{
background-color: #CBC691;
}
</style>
border-color css
<style>
span { border-color: #CBC691; }
span { border-color: rgb(203,198,145); }
td.TdClassName
{
border-color: #CBC691;
}
.TagClassName
{
border-color: #CBC691;
}
</style>