Shades of Winter Hazel #CBC682
Tints of Winter Hazel #CBC682
RGB
CMYK
RGB Variations
Color information
#CBC682 (or 0xCBC682) is known color: Winter Hazel. HEX triplet: CB, C6 and 82. RGB value is (203,198,130). Sum of RGB (Red+Green+Blue) = 203+198+130=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC682 is #34397D. Grayscale: #C0C0C0. Windows color (decimal): -3422590 or 8570571. OLE color: 8570571.
HSL color Cylindrical-coordinate representation of color #CBC682: hue angle of 55.89º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBC682 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 130 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.20 |
| HSL | 55.89º | 0.41% | 0.65% | - |
| HSV(B) | 55.89º | 0.36% | 0.8% | - |
| XYZ | 48.85 | 54.7 | 29.1 | - |
| YUV | 191.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 130 | 0 | 0.02 | 0.36 | 0.20 | 55.89 | 0.41 | 0.65 |
| Hex | CB | C6 | 82 | 0 | 2 | 24 | 14 | 38 | 29 | 41 |
| Octal | 313 | 306 | 202 | 0 | 2 | 44 | 24 | 70 | 51 | 101 |
| Binary | 11001011 | 11000110 | 10000010 | 0 | 10 | 100100 | 10100 | 111000 | 101001 | 1000001 |
Color Harmonies of #CBC682
Complementary color
Monochromatic Colors of #CBC682
Black with #CBC682
Text Example
Text Example
White with #CBC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC682; }
p { color: rgb(203,198,130); }
H1.HeaderClassName
{
color: #CBC682;
}
.AnyTagClassName
{
color: #CBC682;
}
</style>
background-color css
<style>
a { background-color: #CBC682; }
a { background-color: rgb(203,198,130); }
div.DivClassName
{
background-color: #CBC682;
}
.BgClassName
{
background-color: #CBC682;
}
</style>
border-color css
<style>
span { border-color: #CBC682; }
span { border-color: rgb(203,198,130); }
td.TdClassName
{
border-color: #CBC682;
}
.TagClassName
{
border-color: #CBC682;
}
</style>