#D7C0C3

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

Shades of Melanie #D7C0C3

Tints of Melanie #D7C0C3

Color information

#D7C0C3 (or 0xD7C0C3) is unknown color: approx Melanie. HEX triplet: D7, C0 and C3. RGB value is (215,192,195). Sum of RGB (Red+Green+Blue) = 215+192+195=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0C3 is #283F3C. Grayscale: #C7C7C7. Windows color (decimal): -2637629 or 12828887. OLE color: 12828887.

HSL color Cylindrical-coordinate representation of color #D7C0C3: hue angle of 352.17º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C0C3 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB215192195-
CMYK00.110.090.16
HSL352.17º22.33%79.8%-
HSV(B)352.17º10.7%84.31%-
XYZ56.7256.0959.47-
YUV199.22125.62139.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.71%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=35.71%
G=31.89%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519219500.110.090.16352.1722.3379.8
HexD7C0C30B9101601650
Octal327300303013112054026120
Binary11010111110000001100001101011100110000101100000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C0C3; }

 p { color: rgb(215,192,195); }

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

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

 a { background-color: rgb(215,192,195); }

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

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

 span { border-color: rgb(215,192,195); }

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