#C7BABE

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

Shades of Melanie #C7BABE

Tints of Melanie #C7BABE

Color information

#C7BABE (or 0xC7BABE) is unknown color: approx Melanie. HEX triplet: C7, BA and BE. RGB value is (199,186,190). Sum of RGB (Red+Green+Blue) = 199+186+190=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BABE is #384541. Grayscale: #BEBEBE. Windows color (decimal): -3687746 or 12499655. OLE color: 12499655.

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

Color convert

RGB199186190-
CMYK00.070.050.22
HSL341.54º10.4%75.49%-
HSV(B)341.54º6.53%78.04%-
XYZ50.4150.9855.9-
YUV190.34127.81134.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.61%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=34.61%
G=32.35%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918619000.070.050.22341.5410.475.49
HexC7BABE07516156a4b
Octal3072722760752652612113
Binary11000111101110101011111001111011011010101011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BABE; }

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

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

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

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

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

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

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

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