#C093A8

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

Shades of Lily #C093A8

Tints of Lily #C093A8

Color information

#C093A8 (or 0xC093A8) is unknown color: approx Lily. HEX triplet: C0, 93 and A8. RGB value is (192,147,168). Sum of RGB (Red+Green+Blue) = 192+147+168=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C093A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093A8 is #3F6C57. Grayscale: #A2A2A2. Windows color (decimal): -4156504 or 11047872. OLE color: 11047872.

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

Color convert

RGB192147168-
CMYK00.230.120.25
HSL332º26.32%66.47%-
HSV(B)332º23.44%75.29%-
XYZ39.2434.941.71-
YUV162.85130.91148.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=37.87%
G=28.99%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214716800.230.120.2533226.3266.47
HexC093A8017C1914c1a42
Octal300223250027143151432102
Binary110000001001001110101000010111110011001101001100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093A8; }

 p { color: rgb(192,147,168); }

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

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

 a { background-color: rgb(192,147,168); }

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

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

 span { border-color: rgb(192,147,168); }

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