Shades of Winter Hazel #CBC675
Tints of Winter Hazel #CBC675
RGB
CMYK
RGB Variations
Color information
#CBC675 (or 0xCBC675) is known color: Winter Hazel. HEX triplet: CB, C6 and 75. RGB value is (203,198,117). Sum of RGB (Red+Green+Blue) = 203+198+117=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC675 is #34398A. Grayscale: #BEBEBE. Windows color (decimal): -3422603 or 7718603. OLE color: 7718603.
HSL color Cylindrical-coordinate representation of color #CBC675: hue angle of 56.51º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBC675 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 117 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.20 |
| HSL | 56.51º | 0.45% | 0.63% | - |
| HSV(B) | 56.51º | 0.42% | 0.8% | - |
| XYZ | 48.03 | 54.37 | 24.79 | - |
| YUV | 190.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 117 | 0 | 0.02 | 0.42 | 0.20 | 56.51 | 0.45 | 0.63 |
| Hex | CB | C6 | 75 | 0 | 2 | 2A | 14 | 39 | 2D | 3F |
| Octal | 313 | 306 | 165 | 0 | 2 | 52 | 24 | 71 | 55 | 77 |
| Binary | 11001011 | 11000110 | 1110101 | 0 | 10 | 101010 | 10100 | 111001 | 101101 | 111111 |
Color Harmonies of #CBC675
Complementary color
Monochromatic Colors of #CBC675
Black with #CBC675
Text Example
Text Example
White with #CBC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC675; }
p { color: rgb(203,198,117); }
H1.HeaderClassName
{
color: #CBC675;
}
.AnyTagClassName
{
color: #CBC675;
}
</style>
background-color css
<style>
a { background-color: #CBC675; }
a { background-color: rgb(203,198,117); }
div.DivClassName
{
background-color: #CBC675;
}
.BgClassName
{
background-color: #CBC675;
}
</style>
border-color css
<style>
span { border-color: #CBC675; }
span { border-color: rgb(203,198,117); }
td.TdClassName
{
border-color: #CBC675;
}
.TagClassName
{
border-color: #CBC675;
}
</style>