#C192A9

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

Shades of Lily #C192A9

Tints of Lily #C192A9

Color information

#C192A9 (or 0xC192A9) is unknown color: approx Lily. HEX triplet: C1, 92 and A9. RGB value is (193,146,169). Sum of RGB (Red+Green+Blue) = 193+146+169=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C192A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192A9 is #3E6D56. Grayscale: #A2A2A2. Windows color (decimal): -4091223 or 11113153. OLE color: 11113153.

HSL color Cylindrical-coordinate representation of color #C192A9: hue angle of 330.64º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C192A9 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193146169-
CMYK00.240.120.24
HSL330.64º27.49%66.47%-
HSV(B)330.64º24.35%75.69%-
XYZ39.4334.7642.17-
YUV162.67131.57149.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=37.99%
G=28.74%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314616900.240.120.24330.6427.4966.47
HexC192A9018C1814b1b42
Octal301222251030143051333102
Binary110000011001001010101001011000110011000101001011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192A9; }

 p { color: rgb(193,146,169); }

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

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

 a { background-color: rgb(193,146,169); }

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

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

 span { border-color: rgb(193,146,169); }

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