Shades of Melanie #CCBCC0
Tints of Melanie #CCBCC0
RGB
CMYK
RGB Variations
Color information
#CCBCC0 (or 0xCCBCC0) is known color: Melanie. HEX triplet: CC, BC and C0. RGB value is (204,188,192). Sum of RGB (Red+Green+Blue) = 204+188+192=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC0 is #33433F. Grayscale: #C1C1C1. Windows color (decimal): -3359552 or 12631244. OLE color: 12631244.
HSL color Cylindrical-coordinate representation of color #CCBCC0: hue angle of 345º 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 #CCBCC0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 188 | 192 | - |
CMYK | 0 | 0.08 | 0.06 | 0.2 |
HSL | 345º | 0.14% | 0.77% | - |
HSV(B) | 345º | 0.08% | 0.8% | - |
XYZ | 52.4 | 52.61 | 57.26 | - |
YUV | 193.24 | 127.3 | 135.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 188 | 192 | 0 | 0.08 | 0.06 | 0.2 | 345 | 0.14 | 0.77 |
Hex | CC | BC | C0 | 0 | 8 | 6 | 14 | 159 | E | 4D |
Octal | 314 | 274 | 300 | 0 | 10 | 6 | 24 | 531 | 16 | 115 |
Binary | 11001100 | 10111100 | 11000000 | 0 | 1000 | 110 | 10100 | 101011001 | 1110 | 1001101 |
Color Harmonies of #CCBCC0
Complementary color
Monochromatic Colors of #CCBCC0
Black with #CCBCC0
Text Example
Text Example
White with #CCBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCC0; }
p { color: rgb(204,188,192); }
H1.HeaderClassName
{
color: #CCBCC0;
}
.AnyTagClassName
{
color: #CCBCC0;
}
</style>
background-color css
<style>
a { background-color: #CCBCC0; }
a { background-color: rgb(204,188,192); }
div.DivClassName
{
background-color: #CCBCC0;
}
.BgClassName
{
background-color: #CCBCC0;
}
</style>
border-color css
<style>
span { border-color: #CCBCC0; }
span { border-color: rgb(204,188,192); }
td.TdClassName
{
border-color: #CCBCC0;
}
.TagClassName
{
border-color: #CCBCC0;
}
</style>