Shades of Melanie #CFC1C5
Tints of Melanie #CFC1C5
RGB
CMYK
RGB Variations
Color information
#CFC1C5 (or 0xCFC1C5) is known color: Melanie. HEX triplet: CF, C1 and C5. RGB value is (207,193,197). Sum of RGB (Red+Green+Blue) = 207+193+197=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1C5 is #303E3A. Grayscale: #C5C5C5. Windows color (decimal): -3161659 or 12960207. OLE color: 12960207.
HSL color Cylindrical-coordinate representation of color #CFC1C5: hue angle of 342.86º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC1C5 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 193 | 197 | - |
CMYK | 0 | 0.07 | 0.05 | 0.19 |
HSL | 342.86º | 0.13% | 0.78% | - |
HSV(B) | 342.86º | 0.07% | 0.81% | - |
XYZ | 54.88 | 55.44 | 60.63 | - |
YUV | 197.64 | 127.64 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 193 | 197 | 0 | 0.07 | 0.05 | 0.19 | 342.86 | 0.13 | 0.78 |
Hex | CF | C1 | C5 | 0 | 7 | 5 | 13 | 157 | D | 4E |
Octal | 317 | 301 | 305 | 0 | 7 | 5 | 23 | 527 | 15 | 116 |
Binary | 11001111 | 11000001 | 11000101 | 0 | 111 | 101 | 10011 | 101010111 | 1101 | 1001110 |
Color Harmonies of #CFC1C5
Complementary color
Monochromatic Colors of #CFC1C5
Black with #CFC1C5
Text Example
Text Example
White with #CFC1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1C5; }
p { color: rgb(207,193,197); }
H1.HeaderClassName
{
color: #CFC1C5;
}
.AnyTagClassName
{
color: #CFC1C5;
}
</style>
background-color css
<style>
a { background-color: #CFC1C5; }
a { background-color: rgb(207,193,197); }
div.DivClassName
{
background-color: #CFC1C5;
}
.BgClassName
{
background-color: #CFC1C5;
}
</style>
border-color css
<style>
span { border-color: #CFC1C5; }
span { border-color: rgb(207,193,197); }
td.TdClassName
{
border-color: #CFC1C5;
}
.TagClassName
{
border-color: #CFC1C5;
}
</style>