#C493AD

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

Shades of Lily #C493AD

Tints of Lily #C493AD

Color information

#C493AD (or 0xC493AD) is unknown color: approx Lily. HEX triplet: C4, 93 and AD. RGB value is (196,147,173). Sum of RGB (Red+Green+Blue) = 196+147+173=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C493AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493AD is #3B6C52. Grayscale: #A4A4A4. Windows color (decimal): -3894355 or 11375556. OLE color: 11375556.

HSL color Cylindrical-coordinate representation of color #C493AD: hue angle of 328.16º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C493AD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196147173-
CMYK00.250.120.23
HSL328.16º29.34%67.25%-
HSV(B)328.16º25%76.86%-
XYZ40.7435.6244.26-
YUV164.62132.73150.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=37.98%
G=28.49%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614717300.250.120.23328.1629.3467.25
HexC493AD019C171481d43
Octal304223255031142751035103
Binary110001001001001110101101011001110010111101001000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493AD; }

 p { color: rgb(196,147,173); }

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

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

 a { background-color: rgb(196,147,173); }

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

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

 span { border-color: rgb(196,147,173); }

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