Shades of Melanie #CFC3C5
Tints of Melanie #CFC3C5
RGB
CMYK
RGB Variations
Color information
#CFC3C5 (or 0xCFC3C5) is known color: Melanie. HEX triplet: CF, C3 and C5. RGB value is (207,195,197). Sum of RGB (Red+Green+Blue) = 207+195+197=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3C5 is #303C3A. Grayscale: #C6C6C6. Windows color (decimal): -3161147 or 12960719. OLE color: 12960719.
HSL color Cylindrical-coordinate representation of color #CFC3C5: hue angle of 350º degrees, saturation: 0.11, 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 #CFC3C5 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 195 | 197 | - |
CMYK | 0 | 0.06 | 0.05 | 0.19 |
HSL | 350º | 0.11% | 0.79% | - |
HSV(B) | 350º | 0.06% | 0.81% | - |
XYZ | 55.33 | 56.33 | 60.78 | - |
YUV | 198.82 | 126.98 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 195 | 197 | 0 | 0.06 | 0.05 | 0.19 | 350 | 0.11 | 0.79 |
Hex | CF | C3 | C5 | 0 | 6 | 5 | 13 | 15E | B | 4F |
Octal | 317 | 303 | 305 | 0 | 6 | 5 | 23 | 536 | 13 | 117 |
Binary | 11001111 | 11000011 | 11000101 | 0 | 110 | 101 | 10011 | 101011110 | 1011 | 1001111 |
Color Harmonies of #CFC3C5
Complementary color
Monochromatic Colors of #CFC3C5
Black with #CFC3C5
Text Example
Text Example
White with #CFC3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3C5; }
p { color: rgb(207,195,197); }
H1.HeaderClassName
{
color: #CFC3C5;
}
.AnyTagClassName
{
color: #CFC3C5;
}
</style>
background-color css
<style>
a { background-color: #CFC3C5; }
a { background-color: rgb(207,195,197); }
div.DivClassName
{
background-color: #CFC3C5;
}
.BgClassName
{
background-color: #CFC3C5;
}
</style>
border-color css
<style>
span { border-color: #CFC3C5; }
span { border-color: rgb(207,195,197); }
td.TdClassName
{
border-color: #CFC3C5;
}
.TagClassName
{
border-color: #CFC3C5;
}
</style>