#CFBCC0

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

Shades of Melanie #CFBCC0

Tints of Melanie #CFBCC0

Color information

#CFBCC0 (or 0xCFBCC0) is unknown color: approx Melanie. HEX triplet: CF, BC and C0. RGB value is (207,188,192). Sum of RGB (Red+Green+Blue) = 207+188+192=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC0 is #30433F. Grayscale: #C2C2C2. Windows color (decimal): -3162944 or 12631247. OLE color: 12631247.

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

Color convert

RGB207188192-
CMYK00.090.070.19
HSL347.37º16.52%77.45%-
HSV(B)347.37º9.18%81.18%-
XYZ53.2353.0457.3-
YUV194.14126.79137.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=35.26%
G=32.03%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718819200.090.070.19347.3716.5277.45
HexCFBCC00971315b114d
Octal31727430001172353321115
Binary1100111110111100110000000100111110011101011011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCC0; }

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

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

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

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

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

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

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

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