#C3A1B9

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

Shades of Lily #C3A1B9

Tints of Lily #C3A1B9

Color information

#C3A1B9 (or 0xC3A1B9) is unknown color: approx Lily. HEX triplet: C3, A1 and B9. RGB value is (195,161,185). Sum of RGB (Red+Green+Blue) = 195+161+185=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A1B9 is #3C5E46. Grayscale: #ADADAD. Windows color (decimal): -3956295 or 12165571. OLE color: 12165571.

HSL color Cylindrical-coordinate representation of color #C3A1B9: hue angle of 317.65º 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 #C3A1B9 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195161185-
CMYK00.170.050.24
HSL317.65º22.08%69.8%-
HSV(B)317.65º17.44%76.47%-
XYZ44.0140.5951.42-
YUV173.9134.26143.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=36.04%
G=29.76%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516118500.170.050.24317.6522.0869.8
HexC3A1B901151813e1646
Octal30324127102153047626106
Binary11000011101000011011100101000110111000100111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A1B9; }

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

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

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

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

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

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

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

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