#C7A3BA

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

Shades of Lily #C7A3BA

Tints of Lily #C7A3BA

Color information

#C7A3BA (or 0xC7A3BA) is unknown color: approx Lily. HEX triplet: C7, A3 and BA. RGB value is (199,163,186). Sum of RGB (Red+Green+Blue) = 199+163+186=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A3BA is #385C45. Grayscale: #B0B0B0. Windows color (decimal): -3693638 or 12231623. OLE color: 12231623.

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

Color convert

RGB199163186-
CMYK00.180.070.22
HSL321.67º24.32%70.98%-
HSV(B)321.67º18.09%78.04%-
XYZ45.5141.8852.14-
YUV176.39133.43144.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.31%
GREEN value IS 163 (64.06% from 255) = 29.74%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=36.31%
G=29.74%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916318600.180.070.22321.6724.3270.98
HexC7A3BA0127161421847
Octal30724327202272650230107
Binary11000111101000111011101001001011110110101000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A3BA; }

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

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

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

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

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

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

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

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