#CFBAC0

Color #CFBAC0 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #CFBAC0

Tints of Melanie #CFBAC0

Color information

#CFBAC0 (or 0xCFBAC0) is unknown color: approx Melanie. HEX triplet: CF, BA and C0. RGB value is (207,186,192). Sum of RGB (Red+Green+Blue) = 207+186+192=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAC0 is #30453F. Grayscale: #C0C0C0. Windows color (decimal): -3163456 or 12630735. OLE color: 12630735.

HSL color Cylindrical-coordinate representation of color #CFBAC0: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBAC0 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207186192-
CMYK00.100.070.19
HSL342.86º17.95%77.06%-
HSV(B)342.86º10.14%81.18%-
XYZ52.8152.1957.16-
YUV192.96127.46138.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=35.38%
G=31.79%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718619200.100.070.19342.8617.9577.06
HexCFBAC00A713157124d
Octal31727230001272352722115
Binary1100111110111010110000000101011110011101010111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAC0; }

 p { color: rgb(207,186,192); }

 H1.HeaderClassName
 {
   color: #CFBAC0;
 }
 .AnyTagClassName
 {
   color: #CFBAC0;
 }
</style>
background-color css

<style>
 a { background-color: #CFBAC0; }

 a { background-color: rgb(207,186,192); }

 div.DivClassName
 {
   background-color: #CFBAC0;
 }
 .BgClassName
 {
   background-color: #CFBAC0;
 }
</style>
border-color css

<style>
 span { border-color: #CFBAC0; }

 span { border-color: rgb(207,186,192); }

 td.TdClassName
 {
   border-color: #CFBAC0;
 }
 .TagClassName
 {
   border-color: #CFBAC0;
 }
</style>