Shades of Winter Hazel #CBC385
Tints of Winter Hazel #CBC385
RGB
CMYK
RGB Variations
Color information
#CBC385 (or 0xCBC385) is known color: Winter Hazel. HEX triplet: CB, C3 and 85. RGB value is (203,195,133). Sum of RGB (Red+Green+Blue) = 203+195+133=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC385 is #343C7A. Grayscale: #BEBEBE. Windows color (decimal): -3423355 or 8766411. OLE color: 8766411.
HSL color Cylindrical-coordinate representation of color #CBC385: hue angle of 53.14º 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 #CBC385 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 133 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.20 |
| HSL | 53.14º | 0.4% | 0.66% | - |
| HSV(B) | 53.14º | 0.34% | 0.8% | - |
| XYZ | 48.38 | 53.42 | 29.95 | - |
| YUV | 190.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 133 | 0 | 0.04 | 0.34 | 0.20 | 53.14 | 0.4 | 0.66 |
| Hex | CB | C3 | 85 | 0 | 4 | 22 | 14 | 35 | 28 | 42 |
| Octal | 313 | 303 | 205 | 0 | 4 | 42 | 24 | 65 | 50 | 102 |
| Binary | 11001011 | 11000011 | 10000101 | 0 | 100 | 100010 | 10100 | 110101 | 101000 | 1000010 |
Color Harmonies of #CBC385
Complementary color
Monochromatic Colors of #CBC385
Black with #CBC385
Text Example
Text Example
White with #CBC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC385; }
p { color: rgb(203,195,133); }
H1.HeaderClassName
{
color: #CBC385;
}
.AnyTagClassName
{
color: #CBC385;
}
</style>
background-color css
<style>
a { background-color: #CBC385; }
a { background-color: rgb(203,195,133); }
div.DivClassName
{
background-color: #CBC385;
}
.BgClassName
{
background-color: #CBC385;
}
</style>
border-color css
<style>
span { border-color: #CBC385; }
span { border-color: rgb(203,195,133); }
td.TdClassName
{
border-color: #CBC385;
}
.TagClassName
{
border-color: #CBC385;
}
</style>