#C3A2B9

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

Shades of Lily #C3A2B9

Tints of Lily #C3A2B9

Color information

#C3A2B9 (or 0xC3A2B9) is unknown color: approx Lily. HEX triplet: C3, A2 and B9. RGB value is (195,162,185). Sum of RGB (Red+Green+Blue) = 195+162+185=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A2B9 is #3C5D46. Grayscale: #AEAEAE. Windows color (decimal): -3956039 or 12165827. OLE color: 12165827.

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

Color convert

RGB195162185-
CMYK00.170.050.24
HSL318.18º21.57%70%-
HSV(B)318.18º16.92%76.47%-
XYZ44.1840.9551.47-
YUV174.49133.93142.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.98%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=35.98%
G=29.89%
B=34.13%

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
Decimal19516218500.170.050.24318.1821.5770
HexC3A2B901151813e1646
Octal30324227102153047626106
Binary11000011101000101011100101000110111000100111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A2B9; }

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

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

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

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

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

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

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

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