Shades of Winter Hazel #CBC291
Tints of Winter Hazel #CBC291
RGB
CMYK
RGB Variations
Color information
#CBC291 (or 0xCBC291) is known color: Winter Hazel. HEX triplet: CB, C2 and 91. RGB value is (203,194,145). Sum of RGB (Red+Green+Blue) = 203+194+145=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC291 is #343D6E. Grayscale: #BFBFBF. Windows color (decimal): -3423599 or 9552587. OLE color: 9552587.
HSL color Cylindrical-coordinate representation of color #CBC291: hue angle of 50.69º 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 #CBC291 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 145 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.20 |
| HSL | 50.69º | 0.36% | 0.68% | - |
| HSV(B) | 50.69º | 0.29% | 0.8% | - |
| XYZ | 49.03 | 53.32 | 34.5 | - |
| YUV | 191.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 145 | 0 | 0.04 | 0.29 | 0.20 | 50.69 | 0.36 | 0.68 |
| Hex | CB | C2 | 91 | 0 | 4 | 1D | 14 | 33 | 24 | 44 |
| Octal | 313 | 302 | 221 | 0 | 4 | 35 | 24 | 63 | 44 | 104 |
| Binary | 11001011 | 11000010 | 10010001 | 0 | 100 | 11101 | 10100 | 110011 | 100100 | 1000100 |
Color Harmonies of #CBC291
Complementary color
Monochromatic Colors of #CBC291
Black with #CBC291
Text Example
Text Example
White with #CBC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC291; }
p { color: rgb(203,194,145); }
H1.HeaderClassName
{
color: #CBC291;
}
.AnyTagClassName
{
color: #CBC291;
}
</style>
background-color css
<style>
a { background-color: #CBC291; }
a { background-color: rgb(203,194,145); }
div.DivClassName
{
background-color: #CBC291;
}
.BgClassName
{
background-color: #CBC291;
}
</style>
border-color css
<style>
span { border-color: #CBC291; }
span { border-color: rgb(203,194,145); }
td.TdClassName
{
border-color: #CBC291;
}
.TagClassName
{
border-color: #CBC291;
}
</style>