Shades of Winter Hazel #CBC090
Tints of Winter Hazel #CBC090
RGB
CMYK
RGB Variations
Color information
#CBC090 (or 0xCBC090) is known color: Winter Hazel. HEX triplet: CB, C0 and 90. RGB value is (203,192,144). Sum of RGB (Red+Green+Blue) = 203+192+144=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC090 is #343F6F. Grayscale: #BEBEBE. Windows color (decimal): -3424112 or 9486539. OLE color: 9486539.
HSL color Cylindrical-coordinate representation of color #CBC090: hue angle of 48.81º 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 #CBC090 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 144 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.20 |
| HSL | 48.81º | 0.36% | 0.68% | - |
| HSV(B) | 48.81º | 0.29% | 0.8% | - |
| XYZ | 48.51 | 52.41 | 33.94 | - |
| YUV | 189.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 144 | 0 | 0.05 | 0.29 | 0.20 | 48.81 | 0.36 | 0.68 |
| Hex | CB | C0 | 90 | 0 | 5 | 1D | 14 | 31 | 24 | 44 |
| Octal | 313 | 300 | 220 | 0 | 5 | 35 | 24 | 61 | 44 | 104 |
| Binary | 11001011 | 11000000 | 10010000 | 0 | 101 | 11101 | 10100 | 110001 | 100100 | 1000100 |
Color Harmonies of #CBC090
Complementary color
Monochromatic Colors of #CBC090
Black with #CBC090
Text Example
Text Example
White with #CBC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC090; }
p { color: rgb(203,192,144); }
H1.HeaderClassName
{
color: #CBC090;
}
.AnyTagClassName
{
color: #CBC090;
}
</style>
background-color css
<style>
a { background-color: #CBC090; }
a { background-color: rgb(203,192,144); }
div.DivClassName
{
background-color: #CBC090;
}
.BgClassName
{
background-color: #CBC090;
}
</style>
border-color css
<style>
span { border-color: #CBC090; }
span { border-color: rgb(203,192,144); }
td.TdClassName
{
border-color: #CBC090;
}
.TagClassName
{
border-color: #CBC090;
}
</style>