Shades of Melanie #CCB0BA
Tints of Melanie #CCB0BA
RGB
CMYK
RGB Variations
Color information
#CCB0BA (or 0xCCB0BA) is known color: Melanie. HEX triplet: CC, B0 and BA. RGB value is (204,176,186). Sum of RGB (Red+Green+Blue) = 204+176+186=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0BA is #334F45. Grayscale: #B9B9B9. Windows color (decimal): -3362630 or 12234956. OLE color: 12234956.
HSL color Cylindrical-coordinate representation of color #CCB0BA: hue angle of 338.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB0BA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 186 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.2 |
| HSL | 338.57º | 0.22% | 0.75% | - |
| HSV(B) | 338.57º | 0.14% | 0.8% | - |
| XYZ | 49.29 | 47.43 | 53.01 | - |
| YUV | 185.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 186 | 0 | 0.14 | 0.09 | 0.2 | 338.57 | 0.22 | 0.75 |
| Hex | CC | B0 | BA | 0 | E | 9 | 14 | 153 | 16 | 4B |
| Octal | 314 | 260 | 272 | 0 | 16 | 11 | 24 | 523 | 26 | 113 |
| Binary | 11001100 | 10110000 | 10111010 | 0 | 1110 | 1001 | 10100 | 101010011 | 10110 | 1001011 |
Color Harmonies of #CCB0BA
Complementary color
Monochromatic Colors of #CCB0BA
Black with #CCB0BA
Text Example
Text Example
White with #CCB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0BA; }
p { color: rgb(204,176,186); }
H1.HeaderClassName
{
color: #CCB0BA;
}
.AnyTagClassName
{
color: #CCB0BA;
}
</style>
background-color css
<style>
a { background-color: #CCB0BA; }
a { background-color: rgb(204,176,186); }
div.DivClassName
{
background-color: #CCB0BA;
}
.BgClassName
{
background-color: #CCB0BA;
}
</style>
border-color css
<style>
span { border-color: #CCB0BA; }
span { border-color: rgb(204,176,186); }
td.TdClassName
{
border-color: #CCB0BA;
}
.TagClassName
{
border-color: #CCB0BA;
}
</style>