Shades of Melanie #CCB3BC
Tints of Melanie #CCB3BC
RGB
CMYK
RGB Variations
Color information
#CCB3BC (or 0xCCB3BC) is known color: Melanie. HEX triplet: CC, B3 and BC. RGB value is (204,179,188). Sum of RGB (Red+Green+Blue) = 204+179+188=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3BC is #334C43. Grayscale: #BBBBBB. Windows color (decimal): -3361860 or 12366796. OLE color: 12366796.
HSL color Cylindrical-coordinate representation of color #CCB3BC: hue angle of 338.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB3BC is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 188 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.2 |
| HSL | 338.4º | 0.2% | 0.75% | - |
| HSV(B) | 338.4º | 0.12% | 0.8% | - |
| XYZ | 50.1 | 48.71 | 54.34 | - |
| YUV | 187.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 188 | 0 | 0.12 | 0.08 | 0.2 | 338.4 | 0.2 | 0.75 |
| Hex | CC | B3 | BC | 0 | C | 8 | 14 | 152 | 14 | 4B |
| Octal | 314 | 263 | 274 | 0 | 14 | 10 | 24 | 522 | 24 | 113 |
| Binary | 11001100 | 10110011 | 10111100 | 0 | 1100 | 1000 | 10100 | 101010010 | 10100 | 1001011 |
Color Harmonies of #CCB3BC
Complementary color
Monochromatic Colors of #CCB3BC
Black with #CCB3BC
Text Example
Text Example
White with #CCB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3BC; }
p { color: rgb(204,179,188); }
H1.HeaderClassName
{
color: #CCB3BC;
}
.AnyTagClassName
{
color: #CCB3BC;
}
</style>
background-color css
<style>
a { background-color: #CCB3BC; }
a { background-color: rgb(204,179,188); }
div.DivClassName
{
background-color: #CCB3BC;
}
.BgClassName
{
background-color: #CCB3BC;
}
</style>
border-color css
<style>
span { border-color: #CCB3BC; }
span { border-color: rgb(204,179,188); }
td.TdClassName
{
border-color: #CCB3BC;
}
.TagClassName
{
border-color: #CCB3BC;
}
</style>