#C293AB

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

Shades of Lily #C293AB

Tints of Lily #C293AB

Color information

#C293AB (or 0xC293AB) is unknown color: approx Lily. HEX triplet: C2, 93 and AB. RGB value is (194,147,171). Sum of RGB (Red+Green+Blue) = 194+147+171=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C293AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293AB is #3D6C54. Grayscale: #A3A3A3. Windows color (decimal): -4025429 or 11244482. OLE color: 11244482.

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

Color convert

RGB194147171-
CMYK00.240.120.24
HSL329.36º27.81%66.86%-
HSV(B)329.36º24.23%76.08%-
XYZ40.0335.2843.23-
YUV163.79132.07149.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=37.89%
G=28.71%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414717100.240.120.24329.3627.8166.86
HexC293AB018C181491c43
Octal302223253030143051134103
Binary110000101001001110101011011000110011000101001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293AB; }

 p { color: rgb(194,147,171); }

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

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

 a { background-color: rgb(194,147,171); }

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

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

 span { border-color: rgb(194,147,171); }

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