Shades of Winter Hazel #CBC473
Tints of Winter Hazel #CBC473
RGB
CMYK
RGB Variations
Color information
#CBC473 (or 0xCBC473) is known color: Winter Hazel. HEX triplet: CB, C4 and 73. RGB value is (203,196,115). Sum of RGB (Red+Green+Blue) = 203+196+115=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC473 is #343B8C. Grayscale: #BDBDBD. Windows color (decimal): -3423117 or 7587019. OLE color: 7587019.
HSL color Cylindrical-coordinate representation of color #CBC473: hue angle of 55.23º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBC473 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 115 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.20 |
| HSL | 55.23º | 0.46% | 0.62% | - |
| HSV(B) | 55.23º | 0.43% | 0.8% | - |
| XYZ | 47.46 | 53.41 | 24.03 | - |
| YUV | 188.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 115 | 0 | 0.03 | 0.43 | 0.20 | 55.23 | 0.46 | 0.62 |
| Hex | CB | C4 | 73 | 0 | 3 | 2B | 14 | 37 | 2E | 3E |
| Octal | 313 | 304 | 163 | 0 | 3 | 53 | 24 | 67 | 56 | 76 |
| Binary | 11001011 | 11000100 | 1110011 | 0 | 11 | 101011 | 10100 | 110111 | 101110 | 111110 |
Color Harmonies of #CBC473
Complementary color
Monochromatic Colors of #CBC473
Black with #CBC473
Text Example
Text Example
White with #CBC473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC473; }
p { color: rgb(203,196,115); }
H1.HeaderClassName
{
color: #CBC473;
}
.AnyTagClassName
{
color: #CBC473;
}
</style>
background-color css
<style>
a { background-color: #CBC473; }
a { background-color: rgb(203,196,115); }
div.DivClassName
{
background-color: #CBC473;
}
.BgClassName
{
background-color: #CBC473;
}
</style>
border-color css
<style>
span { border-color: #CBC473; }
span { border-color: rgb(203,196,115); }
td.TdClassName
{
border-color: #CBC473;
}
.TagClassName
{
border-color: #CBC473;
}
</style>