Shades of Winter Hazel #CBC48D
Tints of Winter Hazel #CBC48D
RGB
CMYK
RGB Variations
Color information
#CBC48D (or 0xCBC48D) is known color: Winter Hazel. HEX triplet: CB, C4 and 8D. RGB value is (203,196,141). Sum of RGB (Red+Green+Blue) = 203+196+141=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC48D is #343B72. Grayscale: #C0C0C0. Windows color (decimal): -3423091 or 9290955. OLE color: 9290955.
HSL color Cylindrical-coordinate representation of color #CBC48D: hue angle of 53.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBC48D is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 141 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.20 |
| HSL | 53.23º | 0.37% | 0.67% | - |
| HSV(B) | 53.23º | 0.31% | 0.8% | - |
| XYZ | 49.18 | 54.1 | 33.05 | - |
| YUV | 191.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 141 | 0 | 0.03 | 0.31 | 0.20 | 53.23 | 0.37 | 0.67 |
| Hex | CB | C4 | 8D | 0 | 3 | 1F | 14 | 35 | 25 | 43 |
| Octal | 313 | 304 | 215 | 0 | 3 | 37 | 24 | 65 | 45 | 103 |
| Binary | 11001011 | 11000100 | 10001101 | 0 | 11 | 11111 | 10100 | 110101 | 100101 | 1000011 |
Color Harmonies of #CBC48D
Complementary color
Monochromatic Colors of #CBC48D
Black with #CBC48D
Text Example
Text Example
White with #CBC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC48D; }
p { color: rgb(203,196,141); }
H1.HeaderClassName
{
color: #CBC48D;
}
.AnyTagClassName
{
color: #CBC48D;
}
</style>
background-color css
<style>
a { background-color: #CBC48D; }
a { background-color: rgb(203,196,141); }
div.DivClassName
{
background-color: #CBC48D;
}
.BgClassName
{
background-color: #CBC48D;
}
</style>
border-color css
<style>
span { border-color: #CBC48D; }
span { border-color: rgb(203,196,141); }
td.TdClassName
{
border-color: #CBC48D;
}
.TagClassName
{
border-color: #CBC48D;
}
</style>