Shades of Melanie #CFC2C6
Tints of Melanie #CFC2C6
RGB
CMYK
RGB Variations
Color information
#CFC2C6 (or 0xCFC2C6) is known color: Melanie. HEX triplet: CF, C2 and C6. RGB value is (207,194,198). Sum of RGB (Red+Green+Blue) = 207+194+198=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2C6 is #303D39. Grayscale: #C6C6C6. Windows color (decimal): -3161402 or 13025999. OLE color: 13025999.
HSL color Cylindrical-coordinate representation of color #CFC2C6: hue angle of 341.54º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC2C6 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 198 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.19 |
| HSL | 341.54º | 0.12% | 0.79% | - |
| HSV(B) | 341.54º | 0.06% | 0.81% | - |
| XYZ | 55.22 | 55.93 | 61.31 | - |
| YUV | 198.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 198 | 0 | 0.06 | 0.04 | 0.19 | 341.54 | 0.12 | 0.79 |
| Hex | CF | C2 | C6 | 0 | 6 | 4 | 13 | 156 | C | 4F |
| Octal | 317 | 302 | 306 | 0 | 6 | 4 | 23 | 526 | 14 | 117 |
| Binary | 11001111 | 11000010 | 11000110 | 0 | 110 | 100 | 10011 | 101010110 | 1100 | 1001111 |
Color Harmonies of #CFC2C6
Complementary color
Monochromatic Colors of #CFC2C6
Black with #CFC2C6
Text Example
Text Example
White with #CFC2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2C6; }
p { color: rgb(207,194,198); }
H1.HeaderClassName
{
color: #CFC2C6;
}
.AnyTagClassName
{
color: #CFC2C6;
}
</style>
background-color css
<style>
a { background-color: #CFC2C6; }
a { background-color: rgb(207,194,198); }
div.DivClassName
{
background-color: #CFC2C6;
}
.BgClassName
{
background-color: #CFC2C6;
}
</style>
border-color css
<style>
span { border-color: #CFC2C6; }
span { border-color: rgb(207,194,198); }
td.TdClassName
{
border-color: #CFC2C6;
}
.TagClassName
{
border-color: #CFC2C6;
}
</style>