Shades of Winter Hazel #CBC173
Tints of Winter Hazel #CBC173
RGB
CMYK
RGB Variations
Color information
#CBC173 (or 0xCBC173) is known color: Winter Hazel. HEX triplet: CB, C1 and 73. RGB value is (203,193,115). Sum of RGB (Red+Green+Blue) = 203+193+115=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC173 is #343E8C. Grayscale: #BBBBBB. Windows color (decimal): -3423885 or 7586251. OLE color: 7586251.
HSL color Cylindrical-coordinate representation of color #CBC173: hue angle of 53.18º 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 #CBC173 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 115 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.20 |
| HSL | 53.18º | 0.46% | 0.62% | - |
| HSV(B) | 53.18º | 0.43% | 0.8% | - |
| XYZ | 46.79 | 52.07 | 23.8 | - |
| YUV | 187.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 115 | 0 | 0.05 | 0.43 | 0.20 | 53.18 | 0.46 | 0.62 |
| Hex | CB | C1 | 73 | 0 | 5 | 2B | 14 | 35 | 2E | 3E |
| Octal | 313 | 301 | 163 | 0 | 5 | 53 | 24 | 65 | 56 | 76 |
| Binary | 11001011 | 11000001 | 1110011 | 0 | 101 | 101011 | 10100 | 110101 | 101110 | 111110 |
Color Harmonies of #CBC173
Complementary color
Monochromatic Colors of #CBC173
Black with #CBC173
Text Example
Text Example
White with #CBC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC173; }
p { color: rgb(203,193,115); }
H1.HeaderClassName
{
color: #CBC173;
}
.AnyTagClassName
{
color: #CBC173;
}
</style>
background-color css
<style>
a { background-color: #CBC173; }
a { background-color: rgb(203,193,115); }
div.DivClassName
{
background-color: #CBC173;
}
.BgClassName
{
background-color: #CBC173;
}
</style>
border-color css
<style>
span { border-color: #CBC173; }
span { border-color: rgb(203,193,115); }
td.TdClassName
{
border-color: #CBC173;
}
.TagClassName
{
border-color: #CBC173;
}
</style>