Shades of Melanie #CAB6BC
Tints of Melanie #CAB6BC
RGB
CMYK
RGB Variations
Color information
#CAB6BC (or 0xCAB6BC) is known color: Melanie. HEX triplet: CA, B6 and BC. RGB value is (202,182,188). Sum of RGB (Red+Green+Blue) = 202+182+188=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6BC is #354943. Grayscale: #BCBCBC. Windows color (decimal): -3492164 or 12367562. OLE color: 12367562.
HSL color Cylindrical-coordinate representation of color #CAB6BC: hue angle of 342º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB6BC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 188 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.21 |
| HSL | 342º | 0.16% | 0.75% | - |
| HSV(B) | 342º | 0.1% | 0.79% | - |
| XYZ | 50.16 | 49.64 | 54.52 | - |
| YUV | 188.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 188 | 0 | 0.10 | 0.07 | 0.21 | 342 | 0.16 | 0.75 |
| Hex | CA | B6 | BC | 0 | A | 7 | 15 | 156 | 10 | 4B |
| Octal | 312 | 266 | 274 | 0 | 12 | 7 | 25 | 526 | 20 | 113 |
| Binary | 11001010 | 10110110 | 10111100 | 0 | 1010 | 111 | 10101 | 101010110 | 10000 | 1001011 |
Color Harmonies of #CAB6BC
Complementary color
Monochromatic Colors of #CAB6BC
Black with #CAB6BC
Text Example
Text Example
White with #CAB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6BC; }
p { color: rgb(202,182,188); }
H1.HeaderClassName
{
color: #CAB6BC;
}
.AnyTagClassName
{
color: #CAB6BC;
}
</style>
background-color css
<style>
a { background-color: #CAB6BC; }
a { background-color: rgb(202,182,188); }
div.DivClassName
{
background-color: #CAB6BC;
}
.BgClassName
{
background-color: #CAB6BC;
}
</style>
border-color css
<style>
span { border-color: #CAB6BC; }
span { border-color: rgb(202,182,188); }
td.TdClassName
{
border-color: #CAB6BC;
}
.TagClassName
{
border-color: #CAB6BC;
}
</style>