#C7B4BA

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

Shades of Melanie #C7B4BA

Tints of Melanie #C7B4BA

Color information

#C7B4BA (or 0xC7B4BA) is unknown color: approx Melanie. HEX triplet: C7, B4 and BA. RGB value is (199,180,186). Sum of RGB (Red+Green+Blue) = 199+180+186=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4BA is #384B45. Grayscale: #BABABA. Windows color (decimal): -3689286 or 12235975. OLE color: 12235975.

HSL color Cylindrical-coordinate representation of color #C7B4BA: hue angle of 341.05º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7B4BA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199180186-
CMYK00.100.070.22
HSL341.05º14.5%74.31%-
HSV(B)341.05º9.55%78.04%-
XYZ48.7448.3353.21-
YUV186.36127.79137.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.22%
GREEN value IS 180 (70.70% from 255) = 31.86%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=35.22%
G=31.86%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918018600.100.070.22341.0514.574.31
HexC7B4BA0A716155f4a
Octal30726427201272652517112
Binary110001111011010010111010010101111011010101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B4BA; }

 p { color: rgb(199,180,186); }

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

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

 a { background-color: rgb(199,180,186); }

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

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

 span { border-color: rgb(199,180,186); }

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