Shades of Winter Hazel #CCC189
Tints of Winter Hazel #CCC189
RGB
CMYK
RGB Variations
Color information
#CCC189 (or 0xCCC189) is known color: Winter Hazel. HEX triplet: CC, C1 and 89. RGB value is (204,193,137). Sum of RGB (Red+Green+Blue) = 204+193+137=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC189 is #333E76. Grayscale: #BEBEBE. Windows color (decimal): -3358327 or 9028044. OLE color: 9028044.
HSL color Cylindrical-coordinate representation of color #CCC189: hue angle of 50.15º degrees, saturation: 0.4, 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 #CCC189 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 137 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.2 |
| HSL | 50.15º | 0.4% | 0.67% | - |
| HSV(B) | 50.15º | 0.33% | 0.8% | - |
| XYZ | 48.49 | 52.78 | 31.3 | - |
| YUV | 189.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 137 | 0 | 0.05 | 0.33 | 0.2 | 50.15 | 0.4 | 0.67 |
| Hex | CC | C1 | 89 | 0 | 5 | 21 | 14 | 32 | 28 | 43 |
| Octal | 314 | 301 | 211 | 0 | 5 | 41 | 24 | 62 | 50 | 103 |
| Binary | 11001100 | 11000001 | 10001001 | 0 | 101 | 100001 | 10100 | 110010 | 101000 | 1000011 |
Color Harmonies of #CCC189
Complementary color
Monochromatic Colors of #CCC189
Black with #CCC189
Text Example
Text Example
White with #CCC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC189; }
p { color: rgb(204,193,137); }
H1.HeaderClassName
{
color: #CCC189;
}
.AnyTagClassName
{
color: #CCC189;
}
</style>
background-color css
<style>
a { background-color: #CCC189; }
a { background-color: rgb(204,193,137); }
div.DivClassName
{
background-color: #CCC189;
}
.BgClassName
{
background-color: #CCC189;
}
</style>
border-color css
<style>
span { border-color: #CCC189; }
span { border-color: rgb(204,193,137); }
td.TdClassName
{
border-color: #CCC189;
}
.TagClassName
{
border-color: #CCC189;
}
</style>