Shades of Melanie #CFBFC3
Tints of Melanie #CFBFC3
RGB
CMYK
RGB Variations
Color information
#CFBFC3 (or 0xCFBFC3) is known color: Melanie. HEX triplet: CF, BF and C3. RGB value is (207,191,195). Sum of RGB (Red+Green+Blue) = 207+191+195=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFC3 is #30403C. Grayscale: #C4C4C4. Windows color (decimal): -3162173 or 12828623. OLE color: 12828623.
HSL color Cylindrical-coordinate representation of color #CFBFC3: hue angle of 345º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBFC3 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 195 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.19 |
| HSL | 345º | 0.14% | 0.78% | - |
| HSV(B) | 345º | 0.08% | 0.81% | - |
| XYZ | 54.21 | 54.47 | 59.29 | - |
| YUV | 196.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 195 | 0 | 0.08 | 0.06 | 0.19 | 345 | 0.14 | 0.78 |
| Hex | CF | BF | C3 | 0 | 8 | 6 | 13 | 159 | E | 4E |
| Octal | 317 | 277 | 303 | 0 | 10 | 6 | 23 | 531 | 16 | 116 |
| Binary | 11001111 | 10111111 | 11000011 | 0 | 1000 | 110 | 10011 | 101011001 | 1110 | 1001110 |
Color Harmonies of #CFBFC3
Complementary color
Monochromatic Colors of #CFBFC3
Black with #CFBFC3
Text Example
Text Example
White with #CFBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFC3; }
p { color: rgb(207,191,195); }
H1.HeaderClassName
{
color: #CFBFC3;
}
.AnyTagClassName
{
color: #CFBFC3;
}
</style>
background-color css
<style>
a { background-color: #CFBFC3; }
a { background-color: rgb(207,191,195); }
div.DivClassName
{
background-color: #CFBFC3;
}
.BgClassName
{
background-color: #CFBFC3;
}
</style>
border-color css
<style>
span { border-color: #CFBFC3; }
span { border-color: rgb(207,191,195); }
td.TdClassName
{
border-color: #CFBFC3;
}
.TagClassName
{
border-color: #CFBFC3;
}
</style>