#C1A0AD

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

Shades of Lily #C1A0AD

Tints of Lily #C1A0AD

Color information

#C1A0AD (or 0xC1A0AD) is unknown color: approx Lily. HEX triplet: C1, A0 and AD. RGB value is (193,160,173). Sum of RGB (Red+Green+Blue) = 193+160+173=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A0AD is #3E5F52. Grayscale: #ABABAB. Windows color (decimal): -4087635 or 11378881. OLE color: 11378881.

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

Color convert

RGB193160173-
CMYK00.170.100.24
HSL336.36º21.02%69.22%-
HSV(B)336.36º17.1%75.69%-
XYZ42.1139.544.94-
YUV171.35128.93143.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=36.69%
G=30.42%
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
Decimal19316017300.170.100.24336.3621.0269.22
HexC1A0AD011A181501545
Octal301240255021123052025105
Binary110000011010000010101101010001101011000101010000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A0AD; }

 p { color: rgb(193,160,173); }

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

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

 a { background-color: rgb(193,160,173); }

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

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

 span { border-color: rgb(193,160,173); }

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