#C19DAF

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

Shades of Lily #C19DAF

Tints of Lily #C19DAF

Color information

#C19DAF (or 0xC19DAF) is unknown color: approx Lily. HEX triplet: C1, 9D and AF. RGB value is (193,157,175). Sum of RGB (Red+Green+Blue) = 193+157+175=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C19DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19DAF is #3E6250. Grayscale: #A9A9A9. Windows color (decimal): -4088401 or 11509185. OLE color: 11509185.

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

Color convert

RGB193157175-
CMYK00.190.090.24
HSL330º22.5%68.63%-
HSV(B)330º18.65%75.69%-
XYZ41.7938.5545.8-
YUV169.82130.93144.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=36.76%
G=29.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315717500.190.090.2433022.568.63
HexC19DAF01391814a1645
Octal301235257023113051226105
Binary110000011001110110101111010011100111000101001010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19DAF; }

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

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

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

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

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

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

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

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