Shades of Melanie #CAB1BA
Tints of Melanie #CAB1BA
RGB
CMYK
RGB Variations
Color information
#CAB1BA (or 0xCAB1BA) is known color: Melanie. HEX triplet: CA, B1 and BA. RGB value is (202,177,186). Sum of RGB (Red+Green+Blue) = 202+177+186=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BA is #354E45. Grayscale: #B9B9B9. Windows color (decimal): -3493446 or 12235210. OLE color: 12235210.
HSL color Cylindrical-coordinate representation of color #CAB1BA: hue angle of 338.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1BA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 186 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.21 |
| HSL | 338.4º | 0.19% | 0.74% | - |
| HSV(B) | 338.4º | 0.12% | 0.79% | - |
| XYZ | 48.94 | 47.55 | 53.05 | - |
| YUV | 185.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 186 | 0 | 0.12 | 0.08 | 0.21 | 338.4 | 0.19 | 0.74 |
| Hex | CA | B1 | BA | 0 | C | 8 | 15 | 152 | 13 | 4A |
| Octal | 312 | 261 | 272 | 0 | 14 | 10 | 25 | 522 | 23 | 112 |
| Binary | 11001010 | 10110001 | 10111010 | 0 | 1100 | 1000 | 10101 | 101010010 | 10011 | 1001010 |
Color Harmonies of #CAB1BA
Complementary color
Monochromatic Colors of #CAB1BA
Black with #CAB1BA
Text Example
Text Example
White with #CAB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1BA; }
p { color: rgb(202,177,186); }
H1.HeaderClassName
{
color: #CAB1BA;
}
.AnyTagClassName
{
color: #CAB1BA;
}
</style>
background-color css
<style>
a { background-color: #CAB1BA; }
a { background-color: rgb(202,177,186); }
div.DivClassName
{
background-color: #CAB1BA;
}
.BgClassName
{
background-color: #CAB1BA;
}
</style>
border-color css
<style>
span { border-color: #CAB1BA; }
span { border-color: rgb(202,177,186); }
td.TdClassName
{
border-color: #CAB1BA;
}
.TagClassName
{
border-color: #CAB1BA;
}
</style>