#C293BA

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

Shades of Lily #C293BA

Tints of Lily #C293BA

Color information

#C293BA (or 0xC293BA) is unknown color: approx Lily. HEX triplet: C2, 93 and BA. RGB value is (194,147,186). Sum of RGB (Red+Green+Blue) = 194+147+186=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C293BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293BA is #3D6C45. Grayscale: #A5A5A5. Windows color (decimal): -4025414 or 12227522. OLE color: 12227522.

HSL color Cylindrical-coordinate representation of color #C293BA: hue angle of 310.21º 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 #C293BA is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194147186-
CMYK00.240.040.24
HSL310.21º27.81%66.86%-
HSV(B)310.21º24.23%76.08%-
XYZ41.5435.8851.19-
YUV165.5139.57148.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=36.81%
G=27.89%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414718600.240.040.24310.2127.8166.86
HexC293BA0184181361c43
Octal30222327203043046634103
Binary11000010100100111011101001100010011000100110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293BA; }

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

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

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

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

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

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

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

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