Shades of Melanie #CBB1BA
Tints of Melanie #CBB1BA
RGB
CMYK
RGB Variations
Color information
#CBB1BA (or 0xCBB1BA) is known color: Melanie. HEX triplet: CB, B1 and BA. RGB value is (203,177,186). Sum of RGB (Red+Green+Blue) = 203+177+186=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1BA is #344E45. Grayscale: #B9B9B9. Windows color (decimal): -3427910 or 12235211. OLE color: 12235211.
HSL color Cylindrical-coordinate representation of color #CBB1BA: hue angle of 339.23º 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 #CBB1BA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 186 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.20 |
| HSL | 339.23º | 0.2% | 0.75% | - |
| HSV(B) | 339.23º | 0.13% | 0.8% | - |
| XYZ | 49.21 | 47.69 | 53.06 | - |
| YUV | 185.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 186 | 0 | 0.13 | 0.08 | 0.20 | 339.23 | 0.2 | 0.75 |
| Hex | CB | B1 | BA | 0 | D | 8 | 14 | 153 | 14 | 4B |
| Octal | 313 | 261 | 272 | 0 | 15 | 10 | 24 | 523 | 24 | 113 |
| Binary | 11001011 | 10110001 | 10111010 | 0 | 1101 | 1000 | 10100 | 101010011 | 10100 | 1001011 |
Color Harmonies of #CBB1BA
Complementary color
Monochromatic Colors of #CBB1BA
Black with #CBB1BA
Text Example
Text Example
White with #CBB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1BA; }
p { color: rgb(203,177,186); }
H1.HeaderClassName
{
color: #CBB1BA;
}
.AnyTagClassName
{
color: #CBB1BA;
}
</style>
background-color css
<style>
a { background-color: #CBB1BA; }
a { background-color: rgb(203,177,186); }
div.DivClassName
{
background-color: #CBB1BA;
}
.BgClassName
{
background-color: #CBB1BA;
}
</style>
border-color css
<style>
span { border-color: #CBB1BA; }
span { border-color: rgb(203,177,186); }
td.TdClassName
{
border-color: #CBB1BA;
}
.TagClassName
{
border-color: #CBB1BA;
}
</style>