Shades of Melanie #CCB3BA
Tints of Melanie #CCB3BA
RGB
CMYK
RGB Variations
Color information
#CCB3BA (or 0xCCB3BA) is known color: Melanie. HEX triplet: CC, B3 and BA. RGB value is (204,179,186). Sum of RGB (Red+Green+Blue) = 204+179+186=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3BA is #334C45. Grayscale: #BBBBBB. Windows color (decimal): -3361862 or 12235724. OLE color: 12235724.
HSL color Cylindrical-coordinate representation of color #CCB3BA: hue angle of 343.2º 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 #CCB3BA is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 186 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.2 |
| HSL | 343.2º | 0.2% | 0.75% | - |
| HSV(B) | 343.2º | 0.12% | 0.8% | - |
| XYZ | 49.88 | 48.62 | 53.21 | - |
| YUV | 187.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 186 | 0 | 0.12 | 0.09 | 0.2 | 343.2 | 0.2 | 0.75 |
| Hex | CC | B3 | BA | 0 | C | 9 | 14 | 157 | 14 | 4B |
| Octal | 314 | 263 | 272 | 0 | 14 | 11 | 24 | 527 | 24 | 113 |
| Binary | 11001100 | 10110011 | 10111010 | 0 | 1100 | 1001 | 10100 | 101010111 | 10100 | 1001011 |
Color Harmonies of #CCB3BA
Complementary color
Monochromatic Colors of #CCB3BA
Black with #CCB3BA
Text Example
Text Example
White with #CCB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3BA; }
p { color: rgb(204,179,186); }
H1.HeaderClassName
{
color: #CCB3BA;
}
.AnyTagClassName
{
color: #CCB3BA;
}
</style>
background-color css
<style>
a { background-color: #CCB3BA; }
a { background-color: rgb(204,179,186); }
div.DivClassName
{
background-color: #CCB3BA;
}
.BgClassName
{
background-color: #CCB3BA;
}
</style>
border-color css
<style>
span { border-color: #CCB3BA; }
span { border-color: rgb(204,179,186); }
td.TdClassName
{
border-color: #CCB3BA;
}
.TagClassName
{
border-color: #CCB3BA;
}
</style>