Shades of Winter Hazel #CBC684
Tints of Winter Hazel #CBC684
RGB
CMYK
RGB Variations
Color information
#CBC684 (or 0xCBC684) is known color: Winter Hazel. HEX triplet: CB, C6 and 84. RGB value is (203,198,132). Sum of RGB (Red+Green+Blue) = 203+198+132=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC684 is #34397B. Grayscale: #C0C0C0. Windows color (decimal): -3422588 or 8701643. OLE color: 8701643.
HSL color Cylindrical-coordinate representation of color #CBC684: hue angle of 55.77º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBC684 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 132 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.20 |
| HSL | 55.77º | 0.41% | 0.66% | - |
| HSV(B) | 55.77º | 0.35% | 0.8% | - |
| XYZ | 48.99 | 54.75 | 29.82 | - |
| YUV | 191.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 132 | 0 | 0.02 | 0.35 | 0.20 | 55.77 | 0.41 | 0.66 |
| Hex | CB | C6 | 84 | 0 | 2 | 23 | 14 | 38 | 29 | 42 |
| Octal | 313 | 306 | 204 | 0 | 2 | 43 | 24 | 70 | 51 | 102 |
| Binary | 11001011 | 11000110 | 10000100 | 0 | 10 | 100011 | 10100 | 111000 | 101001 | 1000010 |
Color Harmonies of #CBC684
Complementary color
Monochromatic Colors of #CBC684
Black with #CBC684
Text Example
Text Example
White with #CBC684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC684; }
p { color: rgb(203,198,132); }
H1.HeaderClassName
{
color: #CBC684;
}
.AnyTagClassName
{
color: #CBC684;
}
</style>
background-color css
<style>
a { background-color: #CBC684; }
a { background-color: rgb(203,198,132); }
div.DivClassName
{
background-color: #CBC684;
}
.BgClassName
{
background-color: #CBC684;
}
</style>
border-color css
<style>
span { border-color: #CBC684; }
span { border-color: rgb(203,198,132); }
td.TdClassName
{
border-color: #CBC684;
}
.TagClassName
{
border-color: #CBC684;
}
</style>