Shades of Winter Hazel #CBC574
Tints of Winter Hazel #CBC574
RGB
CMYK
RGB Variations
Color information
#CBC574 (or 0xCBC574) is known color: Winter Hazel. HEX triplet: CB, C5 and 74. RGB value is (203,197,116). Sum of RGB (Red+Green+Blue) = 203+197+116=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC574 is #343A8B. Grayscale: #BDBDBD. Windows color (decimal): -3422860 or 7652811. OLE color: 7652811.
HSL color Cylindrical-coordinate representation of color #CBC574: hue angle of 55.86º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBC574 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 116 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.20 |
| HSL | 55.86º | 0.46% | 0.63% | - |
| HSV(B) | 55.86º | 0.43% | 0.8% | - |
| XYZ | 47.75 | 53.89 | 24.41 | - |
| YUV | 189.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 116 | 0 | 0.03 | 0.43 | 0.20 | 55.86 | 0.46 | 0.63 |
| Hex | CB | C5 | 74 | 0 | 3 | 2B | 14 | 38 | 2E | 3F |
| Octal | 313 | 305 | 164 | 0 | 3 | 53 | 24 | 70 | 56 | 77 |
| Binary | 11001011 | 11000101 | 1110100 | 0 | 11 | 101011 | 10100 | 111000 | 101110 | 111111 |
Color Harmonies of #CBC574
Complementary color
Monochromatic Colors of #CBC574
Black with #CBC574
Text Example
Text Example
White with #CBC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC574; }
p { color: rgb(203,197,116); }
H1.HeaderClassName
{
color: #CBC574;
}
.AnyTagClassName
{
color: #CBC574;
}
</style>
background-color css
<style>
a { background-color: #CBC574; }
a { background-color: rgb(203,197,116); }
div.DivClassName
{
background-color: #CBC574;
}
.BgClassName
{
background-color: #CBC574;
}
</style>
border-color css
<style>
span { border-color: #CBC574; }
span { border-color: rgb(203,197,116); }
td.TdClassName
{
border-color: #CBC574;
}
.TagClassName
{
border-color: #CBC574;
}
</style>