Shades of Winter Hazel #CBC085
Tints of Winter Hazel #CBC085
RGB
CMYK
RGB Variations
Color information
#CBC085 (or 0xCBC085) is known color: Winter Hazel. HEX triplet: CB, C0 and 85. RGB value is (203,192,133). Sum of RGB (Red+Green+Blue) = 203+192+133=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC085 is #343F7A. Grayscale: #BCBCBC. Windows color (decimal): -3424123 or 8765643. OLE color: 8765643.
HSL color Cylindrical-coordinate representation of color #CBC085: hue angle of 50.57º 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 #CBC085 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 133 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.20 |
| HSL | 50.57º | 0.4% | 0.66% | - |
| HSV(B) | 50.57º | 0.34% | 0.8% | - |
| XYZ | 47.71 | 52.09 | 29.73 | - |
| YUV | 188.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 133 | 0 | 0.05 | 0.34 | 0.20 | 50.57 | 0.4 | 0.66 |
| Hex | CB | C0 | 85 | 0 | 5 | 22 | 14 | 33 | 28 | 42 |
| Octal | 313 | 300 | 205 | 0 | 5 | 42 | 24 | 63 | 50 | 102 |
| Binary | 11001011 | 11000000 | 10000101 | 0 | 101 | 100010 | 10100 | 110011 | 101000 | 1000010 |
Color Harmonies of #CBC085
Complementary color
Monochromatic Colors of #CBC085
Black with #CBC085
Text Example
Text Example
White with #CBC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC085; }
p { color: rgb(203,192,133); }
H1.HeaderClassName
{
color: #CBC085;
}
.AnyTagClassName
{
color: #CBC085;
}
</style>
background-color css
<style>
a { background-color: #CBC085; }
a { background-color: rgb(203,192,133); }
div.DivClassName
{
background-color: #CBC085;
}
.BgClassName
{
background-color: #CBC085;
}
</style>
border-color css
<style>
span { border-color: #CBC085; }
span { border-color: rgb(203,192,133); }
td.TdClassName
{
border-color: #CBC085;
}
.TagClassName
{
border-color: #CBC085;
}
</style>