Shades of Melanie #CFABB9
Tints of Melanie #CFABB9
RGB
CMYK
RGB Variations
Color information
#CFABB9 (or 0xCFABB9) is known color: Melanie. HEX triplet: CF, AB and B9. RGB value is (207,171,185). Sum of RGB (Red+Green+Blue) = 207+171+185=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABB9 is #305446. Grayscale: #B7B7B7. Windows color (decimal): -3167303 or 12168143. OLE color: 12168143.
HSL color Cylindrical-coordinate representation of color #CFABB9: hue angle of 336.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFABB9 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 185 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.19 |
| HSL | 336.67º | 0.27% | 0.74% | - |
| HSV(B) | 336.67º | 0.17% | 0.81% | - |
| XYZ | 49.05 | 45.89 | 52.17 | - |
| YUV | 183.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 185 | 0 | 0.17 | 0.11 | 0.19 | 336.67 | 0.27 | 0.74 |
| Hex | CF | AB | B9 | 0 | 11 | B | 13 | 151 | 1B | 4A |
| Octal | 317 | 253 | 271 | 0 | 21 | 13 | 23 | 521 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10111001 | 0 | 10001 | 1011 | 10011 | 101010001 | 11011 | 1001010 |
Color Harmonies of #CFABB9
Complementary color
Monochromatic Colors of #CFABB9
Black with #CFABB9
Text Example
Text Example
White with #CFABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABB9; }
p { color: rgb(207,171,185); }
H1.HeaderClassName
{
color: #CFABB9;
}
.AnyTagClassName
{
color: #CFABB9;
}
</style>
background-color css
<style>
a { background-color: #CFABB9; }
a { background-color: rgb(207,171,185); }
div.DivClassName
{
background-color: #CFABB9;
}
.BgClassName
{
background-color: #CFABB9;
}
</style>
border-color css
<style>
span { border-color: #CFABB9; }
span { border-color: rgb(207,171,185); }
td.TdClassName
{
border-color: #CFABB9;
}
.TagClassName
{
border-color: #CFABB9;
}
</style>