Shades of Winter Hazel #CCC186
Tints of Winter Hazel #CCC186
RGB
CMYK
RGB Variations
Color information
#CCC186 (or 0xCCC186) is known color: Winter Hazel. HEX triplet: CC, C1 and 86. RGB value is (204,193,134). Sum of RGB (Red+Green+Blue) = 204+193+134=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC186 is #333E79. Grayscale: #BDBDBD. Windows color (decimal): -3358330 or 8831436. OLE color: 8831436.
HSL color Cylindrical-coordinate representation of color #CCC186: hue angle of 50.57º degrees, saturation: 0.41, 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 #CCC186 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 134 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.2 |
| HSL | 50.57º | 0.41% | 0.66% | - |
| HSV(B) | 50.57º | 0.34% | 0.8% | - |
| XYZ | 48.27 | 52.7 | 30.18 | - |
| YUV | 189.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 134 | 0 | 0.05 | 0.34 | 0.2 | 50.57 | 0.41 | 0.66 |
| Hex | CC | C1 | 86 | 0 | 5 | 22 | 14 | 33 | 29 | 42 |
| Octal | 314 | 301 | 206 | 0 | 5 | 42 | 24 | 63 | 51 | 102 |
| Binary | 11001100 | 11000001 | 10000110 | 0 | 101 | 100010 | 10100 | 110011 | 101001 | 1000010 |
Color Harmonies of #CCC186
Complementary color
Monochromatic Colors of #CCC186
Black with #CCC186
Text Example
Text Example
White with #CCC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC186; }
p { color: rgb(204,193,134); }
H1.HeaderClassName
{
color: #CCC186;
}
.AnyTagClassName
{
color: #CCC186;
}
</style>
background-color css
<style>
a { background-color: #CCC186; }
a { background-color: rgb(204,193,134); }
div.DivClassName
{
background-color: #CCC186;
}
.BgClassName
{
background-color: #CCC186;
}
</style>
border-color css
<style>
span { border-color: #CCC186; }
span { border-color: rgb(204,193,134); }
td.TdClassName
{
border-color: #CCC186;
}
.TagClassName
{
border-color: #CCC186;
}
</style>