Shades of Melanie #CCB2BA
Tints of Melanie #CCB2BA
RGB
CMYK
RGB Variations
Color information
#CCB2BA (or 0xCCB2BA) is known color: Melanie. HEX triplet: CC, B2 and BA. RGB value is (204,178,186). Sum of RGB (Red+Green+Blue) = 204+178+186=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2BA is #334D45. Grayscale: #BABABA. Windows color (decimal): -3362118 or 12235468. OLE color: 12235468.
HSL color Cylindrical-coordinate representation of color #CCB2BA: hue angle of 341.54º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB2BA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 186 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.2 |
| HSL | 341.54º | 0.2% | 0.75% | - |
| HSV(B) | 341.54º | 0.13% | 0.8% | - |
| XYZ | 49.69 | 48.22 | 53.14 | - |
| YUV | 186.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 186 | 0 | 0.13 | 0.09 | 0.2 | 341.54 | 0.2 | 0.75 |
| Hex | CC | B2 | BA | 0 | D | 9 | 14 | 156 | 14 | 4B |
| Octal | 314 | 262 | 272 | 0 | 15 | 11 | 24 | 526 | 24 | 113 |
| Binary | 11001100 | 10110010 | 10111010 | 0 | 1101 | 1001 | 10100 | 101010110 | 10100 | 1001011 |
Color Harmonies of #CCB2BA
Complementary color
Monochromatic Colors of #CCB2BA
Black with #CCB2BA
Text Example
Text Example
White with #CCB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2BA; }
p { color: rgb(204,178,186); }
H1.HeaderClassName
{
color: #CCB2BA;
}
.AnyTagClassName
{
color: #CCB2BA;
}
</style>
background-color css
<style>
a { background-color: #CCB2BA; }
a { background-color: rgb(204,178,186); }
div.DivClassName
{
background-color: #CCB2BA;
}
.BgClassName
{
background-color: #CCB2BA;
}
</style>
border-color css
<style>
span { border-color: #CCB2BA; }
span { border-color: rgb(204,178,186); }
td.TdClassName
{
border-color: #CCB2BA;
}
.TagClassName
{
border-color: #CCB2BA;
}
</style>