Shades of Melanie #CCC2C5
Tints of Melanie #CCC2C5
RGB
CMYK
RGB Variations
Color information
#CCC2C5 (or 0xCCC2C5) is known color: Melanie. HEX triplet: CC, C2 and C5. RGB value is (204,194,197). Sum of RGB (Red+Green+Blue) = 204+194+197=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2C5 is #333D3A. Grayscale: #C5C5C5. Windows color (decimal): -3358011 or 12960460. OLE color: 12960460.
HSL color Cylindrical-coordinate representation of color #CCC2C5: hue angle of 342º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC2C5 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 197 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.2 |
| HSL | 342º | 0.09% | 0.78% | - |
| HSV(B) | 342º | 0.05% | 0.8% | - |
| XYZ | 54.27 | 55.45 | 60.67 | - |
| YUV | 197.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 197 | 0 | 0.05 | 0.03 | 0.2 | 342 | 0.09 | 0.78 |
| Hex | CC | C2 | C5 | 0 | 5 | 3 | 14 | 156 | 9 | 4E |
| Octal | 314 | 302 | 305 | 0 | 5 | 3 | 24 | 526 | 11 | 116 |
| Binary | 11001100 | 11000010 | 11000101 | 0 | 101 | 11 | 10100 | 101010110 | 1001 | 1001110 |
Color Harmonies of #CCC2C5
Complementary color
Monochromatic Colors of #CCC2C5
Black with #CCC2C5
Text Example
Text Example
White with #CCC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2C5; }
p { color: rgb(204,194,197); }
H1.HeaderClassName
{
color: #CCC2C5;
}
.AnyTagClassName
{
color: #CCC2C5;
}
</style>
background-color css
<style>
a { background-color: #CCC2C5; }
a { background-color: rgb(204,194,197); }
div.DivClassName
{
background-color: #CCC2C5;
}
.BgClassName
{
background-color: #CCC2C5;
}
</style>
border-color css
<style>
span { border-color: #CCC2C5; }
span { border-color: rgb(204,194,197); }
td.TdClassName
{
border-color: #CCC2C5;
}
.TagClassName
{
border-color: #CCC2C5;
}
</style>