Shades of Melanie #CFC4C6
Tints of Melanie #CFC4C6
RGB
CMYK
RGB Variations
Color information
#CFC4C6 (or 0xCFC4C6) is known color: Melanie. HEX triplet: CF, C4 and C6. RGB value is (207,196,198). Sum of RGB (Red+Green+Blue) = 207+196+198=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4C6 is #303B39. Grayscale: #C7C7C7. Windows color (decimal): -3160890 or 13026511. OLE color: 13026511.
HSL color Cylindrical-coordinate representation of color #CFC4C6: hue angle of 349.09º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC4C6 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 198 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.19 |
| HSL | 349.09º | 0.1% | 0.79% | - |
| HSV(B) | 349.09º | 0.05% | 0.81% | - |
| XYZ | 55.67 | 56.82 | 61.46 | - |
| YUV | 199.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 198 | 0 | 0.05 | 0.04 | 0.19 | 349.09 | 0.1 | 0.79 |
| Hex | CF | C4 | C6 | 0 | 5 | 4 | 13 | 15D | A | 4F |
| Octal | 317 | 304 | 306 | 0 | 5 | 4 | 23 | 535 | 12 | 117 |
| Binary | 11001111 | 11000100 | 11000110 | 0 | 101 | 100 | 10011 | 101011101 | 1010 | 1001111 |
Color Harmonies of #CFC4C6
Complementary color
Monochromatic Colors of #CFC4C6
Black with #CFC4C6
Text Example
Text Example
White with #CFC4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4C6; }
p { color: rgb(207,196,198); }
H1.HeaderClassName
{
color: #CFC4C6;
}
.AnyTagClassName
{
color: #CFC4C6;
}
</style>
background-color css
<style>
a { background-color: #CFC4C6; }
a { background-color: rgb(207,196,198); }
div.DivClassName
{
background-color: #CFC4C6;
}
.BgClassName
{
background-color: #CFC4C6;
}
</style>
border-color css
<style>
span { border-color: #CFC4C6; }
span { border-color: rgb(207,196,198); }
td.TdClassName
{
border-color: #CFC4C6;
}
.TagClassName
{
border-color: #CFC4C6;
}
</style>