Shades of Melanie #CFC6C8
Tints of Melanie #CFC6C8
RGB
CMYK
RGB Variations
Color information
#CFC6C8 (or 0xCFC6C8) is known color: Melanie. HEX triplet: CF, C6 and C8. RGB value is (207,198,200). Sum of RGB (Red+Green+Blue) = 207+198+200=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6C8 is #303937. Grayscale: #C8C8C8. Windows color (decimal): -3160376 or 13158095. OLE color: 13158095.
HSL color Cylindrical-coordinate representation of color #CFC6C8: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC6C8 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 198 | 200 | - |
CMYK | 0 | 0.04 | 0.03 | 0.19 |
HSL | 346.67º | 0.09% | 0.79% | - |
HSV(B) | 346.67º | 0.04% | 0.81% | - |
XYZ | 56.35 | 57.82 | 62.83 | - |
YUV | 200.92 | 127.48 | 132.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 198 | 200 | 0 | 0.04 | 0.03 | 0.19 | 346.67 | 0.09 | 0.79 |
Hex | CF | C6 | C8 | 0 | 4 | 3 | 13 | 15B | 9 | 4F |
Octal | 317 | 306 | 310 | 0 | 4 | 3 | 23 | 533 | 11 | 117 |
Binary | 11001111 | 11000110 | 11001000 | 0 | 100 | 11 | 10011 | 101011011 | 1001 | 1001111 |
Color Harmonies of #CFC6C8
Complementary color
Monochromatic Colors of #CFC6C8
Black with #CFC6C8
Text Example
Text Example
White with #CFC6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6C8; }
p { color: rgb(207,198,200); }
H1.HeaderClassName
{
color: #CFC6C8;
}
.AnyTagClassName
{
color: #CFC6C8;
}
</style>
background-color css
<style>
a { background-color: #CFC6C8; }
a { background-color: rgb(207,198,200); }
div.DivClassName
{
background-color: #CFC6C8;
}
.BgClassName
{
background-color: #CFC6C8;
}
</style>
border-color css
<style>
span { border-color: #CFC6C8; }
span { border-color: rgb(207,198,200); }
td.TdClassName
{
border-color: #CFC6C8;
}
.TagClassName
{
border-color: #CFC6C8;
}
</style>