#C18AA9

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

Shades of Lily #C18AA9

Tints of Lily #C18AA9

Color information

#C18AA9 (or 0xC18AA9) is unknown color: approx Lily. HEX triplet: C1, 8A and A9. RGB value is (193,138,169). Sum of RGB (Red+Green+Blue) = 193+138+169=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C18AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18AA9 is #3E7556. Grayscale: #9D9D9D. Windows color (decimal): -4093271 or 11111105. OLE color: 11111105.

HSL color Cylindrical-coordinate representation of color #C18AA9: hue angle of 326.18º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18AA9 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193138169-
CMYK00.280.120.24
HSL326.18º30.73%64.9%-
HSV(B)326.18º28.5%75.69%-
XYZ38.2432.3841.77-
YUV157.98134.22152.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=38.6%
G=27.6%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313816900.280.120.24326.1830.7364.9
HexC18AA901CC181461f41
Octal301212251034143050637101
Binary110000011000101010101001011100110011000101000110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18AA9; }

 p { color: rgb(193,138,169); }

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

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

 a { background-color: rgb(193,138,169); }

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

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

 span { border-color: rgb(193,138,169); }

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