Shades of Melanie #CABABF
Tints of Melanie #CABABF
RGB
CMYK
RGB Variations
Color information
#CABABF (or 0xCABABF) is known color: Melanie. HEX triplet: CA, BA and BF. RGB value is (202,186,191). Sum of RGB (Red+Green+Blue) = 202+186+191=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CABABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABABF is #354540. Grayscale: #BFBFBF. Windows color (decimal): -3491137 or 12565194. OLE color: 12565194.
HSL color Cylindrical-coordinate representation of color #CABABF: hue angle of 341.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABABF is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 191 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.21 |
| HSL | 341.25º | 0.13% | 0.76% | - |
| HSV(B) | 341.25º | 0.08% | 0.79% | - |
| XYZ | 51.32 | 51.44 | 56.51 | - |
| YUV | 191.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 191 | 0 | 0.08 | 0.05 | 0.21 | 341.25 | 0.13 | 0.76 |
| Hex | CA | BA | BF | 0 | 8 | 5 | 15 | 155 | D | 4C |
| Octal | 312 | 272 | 277 | 0 | 10 | 5 | 25 | 525 | 15 | 114 |
| Binary | 11001010 | 10111010 | 10111111 | 0 | 1000 | 101 | 10101 | 101010101 | 1101 | 1001100 |
Color Harmonies of #CABABF
Complementary color
Monochromatic Colors of #CABABF
Black with #CABABF
Text Example
Text Example
White with #CABABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABABF; }
p { color: rgb(202,186,191); }
H1.HeaderClassName
{
color: #CABABF;
}
.AnyTagClassName
{
color: #CABABF;
}
</style>
background-color css
<style>
a { background-color: #CABABF; }
a { background-color: rgb(202,186,191); }
div.DivClassName
{
background-color: #CABABF;
}
.BgClassName
{
background-color: #CABABF;
}
</style>
border-color css
<style>
span { border-color: #CABABF; }
span { border-color: rgb(202,186,191); }
td.TdClassName
{
border-color: #CABABF;
}
.TagClassName
{
border-color: #CABABF;
}
</style>