Shades of Winter Hazel #CCC891
Tints of Winter Hazel #CCC891
RGB
CMYK
RGB Variations
Color information
#CCC891 (or 0xCCC891) is known color: Winter Hazel. HEX triplet: CC, C8 and 91. RGB value is (204,200,145). Sum of RGB (Red+Green+Blue) = 204+200+145=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC891 is #33376E. Grayscale: #C3C3C3. Windows color (decimal): -3356527 or 9554124. OLE color: 9554124.
HSL color Cylindrical-coordinate representation of color #CCC891: hue angle of 55.93º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCC891 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 145 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.2 |
| HSL | 55.93º | 0.37% | 0.68% | - |
| HSV(B) | 55.93º | 0.29% | 0.8% | - |
| XYZ | 50.67 | 56.19 | 34.96 | - |
| YUV | 194.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 145 | 0 | 0.02 | 0.29 | 0.2 | 55.93 | 0.37 | 0.68 |
| Hex | CC | C8 | 91 | 0 | 2 | 1D | 14 | 38 | 25 | 44 |
| Octal | 314 | 310 | 221 | 0 | 2 | 35 | 24 | 70 | 45 | 104 |
| Binary | 11001100 | 11001000 | 10010001 | 0 | 10 | 11101 | 10100 | 111000 | 100101 | 1000100 |
Color Harmonies of #CCC891
Complementary color
Monochromatic Colors of #CCC891
Black with #CCC891
Text Example
Text Example
White with #CCC891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC891; }
p { color: rgb(204,200,145); }
H1.HeaderClassName
{
color: #CCC891;
}
.AnyTagClassName
{
color: #CCC891;
}
</style>
background-color css
<style>
a { background-color: #CCC891; }
a { background-color: rgb(204,200,145); }
div.DivClassName
{
background-color: #CCC891;
}
.BgClassName
{
background-color: #CCC891;
}
</style>
border-color css
<style>
span { border-color: #CCC891; }
span { border-color: rgb(204,200,145); }
td.TdClassName
{
border-color: #CCC891;
}
.TagClassName
{
border-color: #CCC891;
}
</style>