#C18FA9

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

Shades of Lily #C18FA9

Tints of Lily #C18FA9

Color information

#C18FA9 (or 0xC18FA9) is unknown color: approx Lily. HEX triplet: C1, 8F and A9. RGB value is (193,143,169). Sum of RGB (Red+Green+Blue) = 193+143+169=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FA9 is #3E7056. Grayscale: #A0A0A0. Windows color (decimal): -4091991 or 11112385. OLE color: 11112385.

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

Color convert

RGB193143169-
CMYK00.260.120.24
HSL328.8º28.74%65.88%-
HSV(B)328.8º25.91%75.69%-
XYZ38.9833.8542.01-
YUV160.91132.56150.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=38.22%
G=28.32%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314316900.260.120.24328.828.7465.88
HexC18FA901AC181491d42
Octal301217251032143051135102
Binary110000011000111110101001011010110011000101001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FA9; }

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

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

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

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

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

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

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

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