Shades of Winter Hazel #CBC48B
Tints of Winter Hazel #CBC48B
RGB
CMYK
RGB Variations
Color information
#CBC48B (or 0xCBC48B) is known color: Winter Hazel. HEX triplet: CB, C4 and 8B. RGB value is (203,196,139). Sum of RGB (Red+Green+Blue) = 203+196+139=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC48B is #343B74. Grayscale: #BFBFBF. Windows color (decimal): -3423093 or 9159883. OLE color: 9159883.
HSL color Cylindrical-coordinate representation of color #CBC48B: hue angle of 53.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBC48B is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 139 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.20 |
| HSL | 53.44º | 0.38% | 0.67% | - |
| HSV(B) | 53.44º | 0.32% | 0.8% | - |
| XYZ | 49.03 | 54.04 | 32.27 | - |
| YUV | 191.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 139 | 0 | 0.03 | 0.32 | 0.20 | 53.44 | 0.38 | 0.67 |
| Hex | CB | C4 | 8B | 0 | 3 | 20 | 14 | 35 | 26 | 43 |
| Octal | 313 | 304 | 213 | 0 | 3 | 40 | 24 | 65 | 46 | 103 |
| Binary | 11001011 | 11000100 | 10001011 | 0 | 11 | 100000 | 10100 | 110101 | 100110 | 1000011 |
Color Harmonies of #CBC48B
Complementary color
Monochromatic Colors of #CBC48B
Black with #CBC48B
Text Example
Text Example
White with #CBC48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC48B; }
p { color: rgb(203,196,139); }
H1.HeaderClassName
{
color: #CBC48B;
}
.AnyTagClassName
{
color: #CBC48B;
}
</style>
background-color css
<style>
a { background-color: #CBC48B; }
a { background-color: rgb(203,196,139); }
div.DivClassName
{
background-color: #CBC48B;
}
.BgClassName
{
background-color: #CBC48B;
}
</style>
border-color css
<style>
span { border-color: #CBC48B; }
span { border-color: rgb(203,196,139); }
td.TdClassName
{
border-color: #CBC48B;
}
.TagClassName
{
border-color: #CBC48B;
}
</style>