#C1A1AC

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

Shades of Lily #C1A1AC

Tints of Lily #C1A1AC

Color information

#C1A1AC (or 0xC1A1AC) is unknown color: approx Lily. HEX triplet: C1, A1 and AC. RGB value is (193,161,172). Sum of RGB (Red+Green+Blue) = 193+161+172=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A1AC is #3E5E53. Grayscale: #ABABAB. Windows color (decimal): -4087380 or 11313601. OLE color: 11313601.

HSL color Cylindrical-coordinate representation of color #C1A1AC: hue angle of 339.38º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1A1AC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB193161172-
CMYK00.170.110.24
HSL339.38º20.51%69.41%-
HSV(B)339.38º16.58%75.69%-
XYZ42.1839.8144.49-
YUV171.82128.1143.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=36.69%
G=30.61%
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
Decimal19316117200.170.110.24339.3820.5169.41
HexC1A1AC011B181531545
Octal301241254021133052325105
Binary110000011010000110101100010001101111000101010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A1AC; }

 p { color: rgb(193,161,172); }

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

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

 a { background-color: rgb(193,161,172); }

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

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

 span { border-color: rgb(193,161,172); }

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