#C19AAF

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

Shades of Lily #C19AAF

Tints of Lily #C19AAF

Color information

#C19AAF (or 0xC19AAF) is unknown color: approx Lily. HEX triplet: C1, 9A and AF. RGB value is (193,154,175). Sum of RGB (Red+Green+Blue) = 193+154+175=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C19AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19AAF is #3E6550. Grayscale: #A8A8A8. Windows color (decimal): -4089169 or 11508417. OLE color: 11508417.

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

Color convert

RGB193154175-
CMYK00.200.090.24
HSL327.69º23.93%68.04%-
HSV(B)327.69º20.21%75.69%-
XYZ41.2937.5445.63-
YUV168.05131.92145.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=36.97%
G=29.50%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315417500.200.090.24327.6923.9368.04
HexC19AAF0149181481844
Octal301232257024113051030104
Binary110000011001101010101111010100100111000101001000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19AAF; }

 p { color: rgb(193,154,175); }

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

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

 a { background-color: rgb(193,154,175); }

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

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

 span { border-color: rgb(193,154,175); }

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