Shades of Melanie #CDB1BA
Tints of Melanie #CDB1BA
RGB
CMYK
RGB Variations
Color information
#CDB1BA (or 0xCDB1BA) is known color: Melanie. HEX triplet: CD, B1 and BA. RGB value is (205,177,186). Sum of RGB (Red+Green+Blue) = 205+177+186=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1BA is #324E45. Grayscale: #BABABA. Windows color (decimal): -3296838 or 12235213. OLE color: 12235213.
HSL color Cylindrical-coordinate representation of color #CDB1BA: hue angle of 340.71º 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 #CDB1BA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 186 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.20 |
| HSL | 340.71º | 0.22% | 0.75% | - |
| HSV(B) | 340.71º | 0.14% | 0.8% | - |
| XYZ | 49.76 | 47.97 | 53.09 | - |
| YUV | 186.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 186 | 0 | 0.14 | 0.09 | 0.20 | 340.71 | 0.22 | 0.75 |
| Hex | CD | B1 | BA | 0 | E | 9 | 14 | 155 | 16 | 4B |
| Octal | 315 | 261 | 272 | 0 | 16 | 11 | 24 | 525 | 26 | 113 |
| Binary | 11001101 | 10110001 | 10111010 | 0 | 1110 | 1001 | 10100 | 101010101 | 10110 | 1001011 |
Color Harmonies of #CDB1BA
Complementary color
Monochromatic Colors of #CDB1BA
Black with #CDB1BA
Text Example
Text Example
White with #CDB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1BA; }
p { color: rgb(205,177,186); }
H1.HeaderClassName
{
color: #CDB1BA;
}
.AnyTagClassName
{
color: #CDB1BA;
}
</style>
background-color css
<style>
a { background-color: #CDB1BA; }
a { background-color: rgb(205,177,186); }
div.DivClassName
{
background-color: #CDB1BA;
}
.BgClassName
{
background-color: #CDB1BA;
}
</style>
border-color css
<style>
span { border-color: #CDB1BA; }
span { border-color: rgb(205,177,186); }
td.TdClassName
{
border-color: #CDB1BA;
}
.TagClassName
{
border-color: #CDB1BA;
}
</style>