Shades of Winter Hazel #CBC689
Tints of Winter Hazel #CBC689
RGB
CMYK
RGB Variations
Color information
#CBC689 (or 0xCBC689) is known color: Winter Hazel. HEX triplet: CB, C6 and 89. RGB value is (203,198,137). Sum of RGB (Red+Green+Blue) = 203+198+137=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC689 is #343976. Grayscale: #C0C0C0. Windows color (decimal): -3422583 or 9029323. OLE color: 9029323.
HSL color Cylindrical-coordinate representation of color #CBC689: hue angle of 55.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBC689 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 137 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.20 |
| HSL | 55.45º | 0.39% | 0.67% | - |
| HSV(B) | 55.45º | 0.33% | 0.8% | - |
| XYZ | 49.34 | 54.89 | 31.66 | - |
| YUV | 192.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 137 | 0 | 0.02 | 0.33 | 0.20 | 55.45 | 0.39 | 0.67 |
| Hex | CB | C6 | 89 | 0 | 2 | 21 | 14 | 37 | 27 | 43 |
| Octal | 313 | 306 | 211 | 0 | 2 | 41 | 24 | 67 | 47 | 103 |
| Binary | 11001011 | 11000110 | 10001001 | 0 | 10 | 100001 | 10100 | 110111 | 100111 | 1000011 |
Color Harmonies of #CBC689
Complementary color
Monochromatic Colors of #CBC689
Black with #CBC689
Text Example
Text Example
White with #CBC689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC689; }
p { color: rgb(203,198,137); }
H1.HeaderClassName
{
color: #CBC689;
}
.AnyTagClassName
{
color: #CBC689;
}
</style>
background-color css
<style>
a { background-color: #CBC689; }
a { background-color: rgb(203,198,137); }
div.DivClassName
{
background-color: #CBC689;
}
.BgClassName
{
background-color: #CBC689;
}
</style>
border-color css
<style>
span { border-color: #CBC689; }
span { border-color: rgb(203,198,137); }
td.TdClassName
{
border-color: #CBC689;
}
.TagClassName
{
border-color: #CBC689;
}
</style>