Shades of Melanie #CFACB7
Tints of Melanie #CFACB7
RGB
CMYK
RGB Variations
Color information
#CFACB7 (or 0xCFACB7) is known color: Melanie. HEX triplet: CF, AC and B7. RGB value is (207,172,183). Sum of RGB (Red+Green+Blue) = 207+172+183=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACB7 is #305348. Grayscale: #B7B7B7. Windows color (decimal): -3167049 or 12037327. OLE color: 12037327.
HSL color Cylindrical-coordinate representation of color #CFACB7: hue angle of 341.14º 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 #CFACB7 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 183 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.19 |
| HSL | 341.14º | 0.27% | 0.74% | - |
| HSV(B) | 341.14º | 0.17% | 0.81% | - |
| XYZ | 49.03 | 46.19 | 51.13 | - |
| YUV | 183.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 183 | 0 | 0.17 | 0.12 | 0.19 | 341.14 | 0.27 | 0.74 |
| Hex | CF | AC | B7 | 0 | 11 | C | 13 | 155 | 1B | 4A |
| Octal | 317 | 254 | 267 | 0 | 21 | 14 | 23 | 525 | 33 | 112 |
| Binary | 11001111 | 10101100 | 10110111 | 0 | 10001 | 1100 | 10011 | 101010101 | 11011 | 1001010 |
Color Harmonies of #CFACB7
Complementary color
Monochromatic Colors of #CFACB7
Black with #CFACB7
Text Example
Text Example
White with #CFACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACB7; }
p { color: rgb(207,172,183); }
H1.HeaderClassName
{
color: #CFACB7;
}
.AnyTagClassName
{
color: #CFACB7;
}
</style>
background-color css
<style>
a { background-color: #CFACB7; }
a { background-color: rgb(207,172,183); }
div.DivClassName
{
background-color: #CFACB7;
}
.BgClassName
{
background-color: #CFACB7;
}
</style>
border-color css
<style>
span { border-color: #CFACB7; }
span { border-color: rgb(207,172,183); }
td.TdClassName
{
border-color: #CFACB7;
}
.TagClassName
{
border-color: #CFACB7;
}
</style>