Shades of Melanie #CAB2BA
Tints of Melanie #CAB2BA
RGB
CMYK
RGB Variations
Color information
#CAB2BA (or 0xCAB2BA) is known color: Melanie. HEX triplet: CA, B2 and BA. RGB value is (202,178,186). Sum of RGB (Red+Green+Blue) = 202+178+186=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BA is #354D45. Grayscale: #BABABA. Windows color (decimal): -3493190 or 12235466. OLE color: 12235466.
HSL color Cylindrical-coordinate representation of color #CAB2BA: hue angle of 340º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB2BA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 186 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.21 |
| HSL | 340º | 0.18% | 0.75% | - |
| HSV(B) | 340º | 0.12% | 0.79% | - |
| XYZ | 49.14 | 47.94 | 53.12 | - |
| YUV | 186.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 186 | 0 | 0.12 | 0.08 | 0.21 | 340 | 0.18 | 0.75 |
| Hex | CA | B2 | BA | 0 | C | 8 | 15 | 154 | 12 | 4B |
| Octal | 312 | 262 | 272 | 0 | 14 | 10 | 25 | 524 | 22 | 113 |
| Binary | 11001010 | 10110010 | 10111010 | 0 | 1100 | 1000 | 10101 | 101010100 | 10010 | 1001011 |
Color Harmonies of #CAB2BA
Complementary color
Monochromatic Colors of #CAB2BA
Black with #CAB2BA
Text Example
Text Example
White with #CAB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2BA; }
p { color: rgb(202,178,186); }
H1.HeaderClassName
{
color: #CAB2BA;
}
.AnyTagClassName
{
color: #CAB2BA;
}
</style>
background-color css
<style>
a { background-color: #CAB2BA; }
a { background-color: rgb(202,178,186); }
div.DivClassName
{
background-color: #CAB2BA;
}
.BgClassName
{
background-color: #CAB2BA;
}
</style>
border-color css
<style>
span { border-color: #CAB2BA; }
span { border-color: rgb(202,178,186); }
td.TdClassName
{
border-color: #CAB2BA;
}
.TagClassName
{
border-color: #CAB2BA;
}
</style>