Shades of Winter Hazel #CBC092
Tints of Winter Hazel #CBC092
RGB
CMYK
RGB Variations
Color information
#CBC092 (or 0xCBC092) is known color: Winter Hazel. HEX triplet: CB, C0 and 92. RGB value is (203,192,146). Sum of RGB (Red+Green+Blue) = 203+192+146=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC092 is #343F6D. Grayscale: #BEBEBE. Windows color (decimal): -3424110 or 9617611. OLE color: 9617611.
HSL color Cylindrical-coordinate representation of color #CBC092: hue angle of 48.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBC092 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 146 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.20 |
| HSL | 48.42º | 0.35% | 0.68% | - |
| HSV(B) | 48.42º | 0.28% | 0.8% | - |
| XYZ | 48.67 | 52.47 | 34.76 | - |
| YUV | 190.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 146 | 0 | 0.05 | 0.28 | 0.20 | 48.42 | 0.35 | 0.68 |
| Hex | CB | C0 | 92 | 0 | 5 | 1C | 14 | 30 | 23 | 44 |
| Octal | 313 | 300 | 222 | 0 | 5 | 34 | 24 | 60 | 43 | 104 |
| Binary | 11001011 | 11000000 | 10010010 | 0 | 101 | 11100 | 10100 | 110000 | 100011 | 1000100 |
Color Harmonies of #CBC092
Complementary color
Monochromatic Colors of #CBC092
Black with #CBC092
Text Example
Text Example
White with #CBC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC092; }
p { color: rgb(203,192,146); }
H1.HeaderClassName
{
color: #CBC092;
}
.AnyTagClassName
{
color: #CBC092;
}
</style>
background-color css
<style>
a { background-color: #CBC092; }
a { background-color: rgb(203,192,146); }
div.DivClassName
{
background-color: #CBC092;
}
.BgClassName
{
background-color: #CBC092;
}
</style>
border-color css
<style>
span { border-color: #CBC092; }
span { border-color: rgb(203,192,146); }
td.TdClassName
{
border-color: #CBC092;
}
.TagClassName
{
border-color: #CBC092;
}
</style>