#C3A1AD

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

Shades of Lily #C3A1AD

Tints of Lily #C3A1AD

Color information

#C3A1AD (or 0xC3A1AD) is unknown color: approx Lily. HEX triplet: C3, A1 and AD. RGB value is (195,161,173). Sum of RGB (Red+Green+Blue) = 195+161+173=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A1AD is #3C5E52. Grayscale: #ACACAC. Windows color (decimal): -3956307 or 11379139. OLE color: 11379139.

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

Color convert

RGB195161173-
CMYK00.170.110.24
HSL338.82º22.08%69.8%-
HSV(B)338.82º17.44%76.47%-
XYZ42.7940.1145.02-
YUV172.53128.26144.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=36.86%
G=30.43%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516117300.170.110.24338.8222.0869.8
HexC3A1AD011B181531646
Octal303241255021133052326106
Binary110000111010000110101101010001101111000101010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A1AD; }

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

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

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

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

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

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

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

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