#C093AF

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

Shades of Lily #C093AF

Tints of Lily #C093AF

Color information

#C093AF (or 0xC093AF) is unknown color: approx Lily. HEX triplet: C0, 93 and AF. RGB value is (192,147,175). Sum of RGB (Red+Green+Blue) = 192+147+175=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C093AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093AF is #3F6C50. Grayscale: #A3A3A3. Windows color (decimal): -4156497 or 11506624. OLE color: 11506624.

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

Color convert

RGB192147175-
CMYK00.230.090.25
HSL322.67º26.32%66.47%-
HSV(B)322.67º23.44%75.29%-
XYZ39.9135.1745.24-
YUV163.65134.41148.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=37.35%
G=28.60%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214717500.230.090.25322.6726.3266.47
HexC093AF0179191431a42
Octal300223257027113150332102
Binary110000001001001110101111010111100111001101000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093AF; }

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

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

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

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

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

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

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

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