#C093AD

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

Shades of Lily #C093AD

Tints of Lily #C093AD

Color information

#C093AD (or 0xC093AD) is unknown color: approx Lily. HEX triplet: C0, 93 and AD. RGB value is (192,147,173). Sum of RGB (Red+Green+Blue) = 192+147+173=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C093AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093AD is #3F6C52. Grayscale: #A3A3A3. Windows color (decimal): -4156499 or 11375552. OLE color: 11375552.

HSL color Cylindrical-coordinate representation of color #C093AD: hue angle of 325.33º 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 #C093AD is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192147173-
CMYK00.230.100.25
HSL325.33º26.32%66.47%-
HSV(B)325.33º23.44%75.29%-
XYZ39.7135.0944.22-
YUV163.42133.41148.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=37.5%
G=28.71%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214717300.230.100.25325.3326.3266.47
HexC093AD017A191451a42
Octal300223255027123150532102
Binary110000001001001110101101010111101011001101000101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093AD; }

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

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

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

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

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

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

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

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