Shades of Winter Hazel #CBC187
Tints of Winter Hazel #CBC187
RGB
CMYK
RGB Variations
Color information
#CBC187 (or 0xCBC187) is known color: Winter Hazel. HEX triplet: CB, C1 and 87. RGB value is (203,193,135). Sum of RGB (Red+Green+Blue) = 203+193+135=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC187 is #343E78. Grayscale: #BDBDBD. Windows color (decimal): -3423865 or 8896971. OLE color: 8896971.
HSL color Cylindrical-coordinate representation of color #CBC187: hue angle of 51.18º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBC187 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 135 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.20 |
| HSL | 51.18º | 0.4% | 0.66% | - |
| HSV(B) | 51.18º | 0.33% | 0.8% | - |
| XYZ | 48.07 | 52.59 | 30.54 | - |
| YUV | 189.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 135 | 0 | 0.05 | 0.33 | 0.20 | 51.18 | 0.4 | 0.66 |
| Hex | CB | C1 | 87 | 0 | 5 | 21 | 14 | 33 | 28 | 42 |
| Octal | 313 | 301 | 207 | 0 | 5 | 41 | 24 | 63 | 50 | 102 |
| Binary | 11001011 | 11000001 | 10000111 | 0 | 101 | 100001 | 10100 | 110011 | 101000 | 1000010 |
Color Harmonies of #CBC187
Complementary color
Monochromatic Colors of #CBC187
Black with #CBC187
Text Example
Text Example
White with #CBC187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC187; }
p { color: rgb(203,193,135); }
H1.HeaderClassName
{
color: #CBC187;
}
.AnyTagClassName
{
color: #CBC187;
}
</style>
background-color css
<style>
a { background-color: #CBC187; }
a { background-color: rgb(203,193,135); }
div.DivClassName
{
background-color: #CBC187;
}
.BgClassName
{
background-color: #CBC187;
}
</style>
border-color css
<style>
span { border-color: #CBC187; }
span { border-color: rgb(203,193,135); }
td.TdClassName
{
border-color: #CBC187;
}
.TagClassName
{
border-color: #CBC187;
}
</style>