#C3A2AE

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

Shades of Lily #C3A2AE

Tints of Lily #C3A2AE

Color information

#C3A2AE (or 0xC3A2AE) is unknown color: approx Lily. HEX triplet: C3, A2 and AE. RGB value is (195,162,174). Sum of RGB (Red+Green+Blue) = 195+162+174=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A2AE is #3C5D51. Grayscale: #ADADAD. Windows color (decimal): -3956050 or 11444931. OLE color: 11444931.

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

Color convert

RGB195162174-
CMYK00.170.110.24
HSL338.18º21.57%70%-
HSV(B)338.18º16.92%76.47%-
XYZ43.0740.545.59-
YUV173.24128.43143.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=36.72%
G=30.51%
B=32.77%

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
Decimal19516217400.170.110.24338.1821.5770
HexC3A2AE011B181521646
Octal303242256021133052226106
Binary110000111010001010101110010001101111000101010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A2AE; }

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

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

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

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

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

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

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

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