#C093B3

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

Shades of Lily #C093B3

Tints of Lily #C093B3

Color information

#C093B3 (or 0xC093B3) is unknown color: approx Lily. HEX triplet: C0, 93 and B3. RGB value is (192,147,179). Sum of RGB (Red+Green+Blue) = 192+147+179=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C093B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093B3 is #3F6C4C. Grayscale: #A4A4A4. Windows color (decimal): -4156493 or 11768768. OLE color: 11768768.

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

Color convert

RGB192147179-
CMYK00.230.070.25
HSL317.33º26.32%66.47%-
HSV(B)317.33º23.44%75.29%-
XYZ40.3135.3347.34-
YUV164.1136.41147.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=37.07%
G=28.38%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214717900.230.070.25317.3326.3266.47
HexC093B301771913d1a42
Octal30022326302773147532102
Binary11000000100100111011001101011111111001100111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093B3; }

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

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

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

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

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

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

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

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