#C2A1AE

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

Shades of Lily #C2A1AE

Tints of Lily #C2A1AE

Color information

#C2A1AE (or 0xC2A1AE) is unknown color: approx Lily. HEX triplet: C2, A1 and AE. RGB value is (194,161,174). Sum of RGB (Red+Green+Blue) = 194+161+174=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A1AE is #3D5E51. Grayscale: #ACACAC. Windows color (decimal): -4021842 or 11444674. OLE color: 11444674.

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

Color convert

RGB194161174-
CMYK00.170.100.24
HSL336.36º21.29%69.61%-
HSV(B)336.36º17.01%76.08%-
XYZ42.6340.0245.52-
YUV172.35128.93143.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=36.67%
G=30.43%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416117400.170.100.24336.3621.2969.61
HexC2A1AE011A181501546
Octal302241256021123052025106
Binary110000101010000110101110010001101011000101010000101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1AE; }

 p { color: rgb(194,161,174); }

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

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

 a { background-color: rgb(194,161,174); }

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

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

 span { border-color: rgb(194,161,174); }

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