#C3A1B4

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

Shades of Lily #C3A1B4

Tints of Lily #C3A1B4

Color information

#C3A1B4 (or 0xC3A1B4) is unknown color: approx Lily. HEX triplet: C3, A1 and B4. RGB value is (195,161,180). Sum of RGB (Red+Green+Blue) = 195+161+180=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A1B4 is #3C5E4B. Grayscale: #ADADAD. Windows color (decimal): -3956300 or 11837891. OLE color: 11837891.

HSL color Cylindrical-coordinate representation of color #C3A1B4: hue angle of 326.47º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3A1B4 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB195161180-
CMYK00.170.080.24
HSL326.47º22.08%69.8%-
HSV(B)326.47º17.44%76.47%-
XYZ43.4940.3948.68-
YUV173.33131.76143.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=36.38%
G=30.04%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516118000.170.080.24326.4722.0869.8
HexC3A1B40118181461646
Octal303241264021103050626106
Binary110000111010000110110100010001100011000101000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A1B4; }

 p { color: rgb(195,161,180); }

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

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

 a { background-color: rgb(195,161,180); }

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

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

 span { border-color: rgb(195,161,180); }

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