Shades of Winter Hazel #CBC285
Tints of Winter Hazel #CBC285
RGB
CMYK
RGB Variations
Color information
#CBC285 (or 0xCBC285) is known color: Winter Hazel. HEX triplet: CB, C2 and 85. RGB value is (203,194,133). Sum of RGB (Red+Green+Blue) = 203+194+133=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC285 is #343D7A. Grayscale: #BDBDBD. Windows color (decimal): -3423611 or 8766155. OLE color: 8766155.
HSL color Cylindrical-coordinate representation of color #CBC285: hue angle of 52.29º 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 #CBC285 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 133 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.20 |
| HSL | 52.29º | 0.4% | 0.66% | - |
| HSV(B) | 52.29º | 0.34% | 0.8% | - |
| XYZ | 48.15 | 52.97 | 29.88 | - |
| YUV | 189.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 133 | 0 | 0.04 | 0.34 | 0.20 | 52.29 | 0.4 | 0.66 |
| Hex | CB | C2 | 85 | 0 | 4 | 22 | 14 | 34 | 28 | 42 |
| Octal | 313 | 302 | 205 | 0 | 4 | 42 | 24 | 64 | 50 | 102 |
| Binary | 11001011 | 11000010 | 10000101 | 0 | 100 | 100010 | 10100 | 110100 | 101000 | 1000010 |
Color Harmonies of #CBC285
Complementary color
Monochromatic Colors of #CBC285
Black with #CBC285
Text Example
Text Example
White with #CBC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC285; }
p { color: rgb(203,194,133); }
H1.HeaderClassName
{
color: #CBC285;
}
.AnyTagClassName
{
color: #CBC285;
}
</style>
background-color css
<style>
a { background-color: #CBC285; }
a { background-color: rgb(203,194,133); }
div.DivClassName
{
background-color: #CBC285;
}
.BgClassName
{
background-color: #CBC285;
}
</style>
border-color css
<style>
span { border-color: #CBC285; }
span { border-color: rgb(203,194,133); }
td.TdClassName
{
border-color: #CBC285;
}
.TagClassName
{
border-color: #CBC285;
}
</style>