Shades of Melanie #CFABB7
Tints of Melanie #CFABB7
RGB
CMYK
RGB Variations
Color information
#CFABB7 (or 0xCFABB7) is known color: Melanie. HEX triplet: CF, AB and B7. RGB value is (207,171,183). Sum of RGB (Red+Green+Blue) = 207+171+183=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABB7 is #305448. Grayscale: #B7B7B7. Windows color (decimal): -3167305 or 12037071. OLE color: 12037071.
HSL color Cylindrical-coordinate representation of color #CFABB7: hue angle of 340º 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 #CFABB7 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 183 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.19 |
| HSL | 340º | 0.27% | 0.74% | - |
| HSV(B) | 340º | 0.17% | 0.81% | - |
| XYZ | 48.84 | 45.81 | 51.07 | - |
| YUV | 183.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 183 | 0 | 0.17 | 0.12 | 0.19 | 340 | 0.27 | 0.74 |
| Hex | CF | AB | B7 | 0 | 11 | C | 13 | 154 | 1B | 4A |
| Octal | 317 | 253 | 267 | 0 | 21 | 14 | 23 | 524 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10110111 | 0 | 10001 | 1100 | 10011 | 101010100 | 11011 | 1001010 |
Color Harmonies of #CFABB7
Complementary color
Monochromatic Colors of #CFABB7
Black with #CFABB7
Text Example
Text Example
White with #CFABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABB7; }
p { color: rgb(207,171,183); }
H1.HeaderClassName
{
color: #CFABB7;
}
.AnyTagClassName
{
color: #CFABB7;
}
</style>
background-color css
<style>
a { background-color: #CFABB7; }
a { background-color: rgb(207,171,183); }
div.DivClassName
{
background-color: #CFABB7;
}
.BgClassName
{
background-color: #CFABB7;
}
</style>
border-color css
<style>
span { border-color: #CFABB7; }
span { border-color: rgb(207,171,183); }
td.TdClassName
{
border-color: #CFABB7;
}
.TagClassName
{
border-color: #CFABB7;
}
</style>