Shades of Winter Hazel #CBC48F
Tints of Winter Hazel #CBC48F
RGB
CMYK
RGB Variations
Color information
#CBC48F (or 0xCBC48F) is known color: Winter Hazel. HEX triplet: CB, C4 and 8F. RGB value is (203,196,143). Sum of RGB (Red+Green+Blue) = 203+196+143=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC48F is #343B70. Grayscale: #C0C0C0. Windows color (decimal): -3423089 or 9422027. OLE color: 9422027.
HSL color Cylindrical-coordinate representation of color #CBC48F: hue angle of 53º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBC48F is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 143 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.20 |
| HSL | 53º | 0.37% | 0.68% | - |
| HSV(B) | 53º | 0.3% | 0.8% | - |
| XYZ | 49.33 | 54.16 | 33.84 | - |
| YUV | 192.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 143 | 0 | 0.03 | 0.30 | 0.20 | 53 | 0.37 | 0.68 |
| Hex | CB | C4 | 8F | 0 | 3 | 1E | 14 | 35 | 25 | 44 |
| Octal | 313 | 304 | 217 | 0 | 3 | 36 | 24 | 65 | 45 | 104 |
| Binary | 11001011 | 11000100 | 10001111 | 0 | 11 | 11110 | 10100 | 110101 | 100101 | 1000100 |
Color Harmonies of #CBC48F
Complementary color
Monochromatic Colors of #CBC48F
Black with #CBC48F
Text Example
Text Example
White with #CBC48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC48F; }
p { color: rgb(203,196,143); }
H1.HeaderClassName
{
color: #CBC48F;
}
.AnyTagClassName
{
color: #CBC48F;
}
</style>
background-color css
<style>
a { background-color: #CBC48F; }
a { background-color: rgb(203,196,143); }
div.DivClassName
{
background-color: #CBC48F;
}
.BgClassName
{
background-color: #CBC48F;
}
</style>
border-color css
<style>
span { border-color: #CBC48F; }
span { border-color: rgb(203,196,143); }
td.TdClassName
{
border-color: #CBC48F;
}
.TagClassName
{
border-color: #CBC48F;
}
</style>