Shades of Winter Hazel #CBC178
Tints of Winter Hazel #CBC178
RGB
CMYK
RGB Variations
Color information
#CBC178 (or 0xCBC178) is known color: Winter Hazel. HEX triplet: CB, C1 and 78. RGB value is (203,193,120). Sum of RGB (Red+Green+Blue) = 203+193+120=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC178 is #343E87. Grayscale: #BBBBBB. Windows color (decimal): -3423880 or 7913931. OLE color: 7913931.
HSL color Cylindrical-coordinate representation of color #CBC178: hue angle of 52.77º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBC178 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 120 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.20 |
| HSL | 52.77º | 0.44% | 0.63% | - |
| HSV(B) | 52.77º | 0.41% | 0.8% | - |
| XYZ | 47.09 | 52.19 | 25.36 | - |
| YUV | 187.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 120 | 0 | 0.05 | 0.41 | 0.20 | 52.77 | 0.44 | 0.63 |
| Hex | CB | C1 | 78 | 0 | 5 | 29 | 14 | 35 | 2C | 3F |
| Octal | 313 | 301 | 170 | 0 | 5 | 51 | 24 | 65 | 54 | 77 |
| Binary | 11001011 | 11000001 | 1111000 | 0 | 101 | 101001 | 10100 | 110101 | 101100 | 111111 |
Color Harmonies of #CBC178
Complementary color
Monochromatic Colors of #CBC178
Black with #CBC178
Text Example
Text Example
White with #CBC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC178; }
p { color: rgb(203,193,120); }
H1.HeaderClassName
{
color: #CBC178;
}
.AnyTagClassName
{
color: #CBC178;
}
</style>
background-color css
<style>
a { background-color: #CBC178; }
a { background-color: rgb(203,193,120); }
div.DivClassName
{
background-color: #CBC178;
}
.BgClassName
{
background-color: #CBC178;
}
</style>
border-color css
<style>
span { border-color: #CBC178; }
span { border-color: rgb(203,193,120); }
td.TdClassName
{
border-color: #CBC178;
}
.TagClassName
{
border-color: #CBC178;
}
</style>