#C1A2AE

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

Shades of Lily #C1A2AE

Tints of Lily #C1A2AE

Color information

#C1A2AE (or 0xC1A2AE) is unknown color: approx Lily. HEX triplet: C1, A2 and AE. RGB value is (193,162,174). Sum of RGB (Red+Green+Blue) = 193+162+174=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A2AE is #3E5D51. Grayscale: #ACACAC. Windows color (decimal): -4087122 or 11444929. OLE color: 11444929.

HSL color Cylindrical-coordinate representation of color #C1A2AE: hue angle of 336.77º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1A2AE is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193162174-
CMYK00.160.100.24
HSL336.77º20%69.61%-
HSV(B)336.77º16.06%75.69%-
XYZ42.5540.2345.57-
YUV172.64128.77142.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=36.48%
G=30.62%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316217400.160.100.24336.772069.61
HexC1A2AE010A181511446
Octal301242256020123052124106
Binary110000011010001010101110010000101011000101010001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A2AE; }

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

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

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

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

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

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

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

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