Shades of Melanie #CCBBC0
Tints of Melanie #CCBBC0
RGB
CMYK
RGB Variations
Color information
#CCBBC0 (or 0xCCBBC0) is known color: Melanie. HEX triplet: CC, BB and C0. RGB value is (204,187,192). Sum of RGB (Red+Green+Blue) = 204+187+192=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBC0 is #33443F. Grayscale: #C0C0C0. Windows color (decimal): -3359808 or 12630988. OLE color: 12630988.
HSL color Cylindrical-coordinate representation of color #CCBBC0: hue angle of 342.35º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBBC0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 187 | 192 | - |
CMYK | 0 | 0.08 | 0.06 | 0.2 |
HSL | 342.35º | 0.14% | 0.77% | - |
HSV(B) | 342.35º | 0.08% | 0.8% | - |
XYZ | 52.19 | 52.18 | 57.19 | - |
YUV | 192.65 | 127.63 | 136.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 187 | 192 | 0 | 0.08 | 0.06 | 0.2 | 342.35 | 0.14 | 0.77 |
Hex | CC | BB | C0 | 0 | 8 | 6 | 14 | 156 | E | 4D |
Octal | 314 | 273 | 300 | 0 | 10 | 6 | 24 | 526 | 16 | 115 |
Binary | 11001100 | 10111011 | 11000000 | 0 | 1000 | 110 | 10100 | 101010110 | 1110 | 1001101 |
Color Harmonies of #CCBBC0
Complementary color
Monochromatic Colors of #CCBBC0
Black with #CCBBC0
Text Example
Text Example
White with #CCBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBC0; }
p { color: rgb(204,187,192); }
H1.HeaderClassName
{
color: #CCBBC0;
}
.AnyTagClassName
{
color: #CCBBC0;
}
</style>
background-color css
<style>
a { background-color: #CCBBC0; }
a { background-color: rgb(204,187,192); }
div.DivClassName
{
background-color: #CCBBC0;
}
.BgClassName
{
background-color: #CCBBC0;
}
</style>
border-color css
<style>
span { border-color: #CCBBC0; }
span { border-color: rgb(204,187,192); }
td.TdClassName
{
border-color: #CCBBC0;
}
.TagClassName
{
border-color: #CCBBC0;
}
</style>