Shades of Winter Hazel #CBC685
Tints of Winter Hazel #CBC685
RGB
CMYK
RGB Variations
Color information
#CBC685 (or 0xCBC685) is known color: Winter Hazel. HEX triplet: CB, C6 and 85. RGB value is (203,198,133). Sum of RGB (Red+Green+Blue) = 203+198+133=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC685 is #34397A. Grayscale: #C0C0C0. Windows color (decimal): -3422587 or 8767179. OLE color: 8767179.
HSL color Cylindrical-coordinate representation of color #CBC685: hue angle of 55.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBC685 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 133 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.20 |
| HSL | 55.71º | 0.4% | 0.66% | - |
| HSV(B) | 55.71º | 0.34% | 0.8% | - |
| XYZ | 49.06 | 54.78 | 30.18 | - |
| YUV | 192.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 133 | 0 | 0.02 | 0.34 | 0.20 | 55.71 | 0.4 | 0.66 |
| Hex | CB | C6 | 85 | 0 | 2 | 22 | 14 | 38 | 28 | 42 |
| Octal | 313 | 306 | 205 | 0 | 2 | 42 | 24 | 70 | 50 | 102 |
| Binary | 11001011 | 11000110 | 10000101 | 0 | 10 | 100010 | 10100 | 111000 | 101000 | 1000010 |
Color Harmonies of #CBC685
Complementary color
Monochromatic Colors of #CBC685
Black with #CBC685
Text Example
Text Example
White with #CBC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC685; }
p { color: rgb(203,198,133); }
H1.HeaderClassName
{
color: #CBC685;
}
.AnyTagClassName
{
color: #CBC685;
}
</style>
background-color css
<style>
a { background-color: #CBC685; }
a { background-color: rgb(203,198,133); }
div.DivClassName
{
background-color: #CBC685;
}
.BgClassName
{
background-color: #CBC685;
}
</style>
border-color css
<style>
span { border-color: #CBC685; }
span { border-color: rgb(203,198,133); }
td.TdClassName
{
border-color: #CBC685;
}
.TagClassName
{
border-color: #CBC685;
}
</style>