#C192AF

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

Shades of Lily #C192AF

Tints of Lily #C192AF

Color information

#C192AF (or 0xC192AF) is unknown color: approx Lily. HEX triplet: C1, 92 and AF. RGB value is (193,146,175). Sum of RGB (Red+Green+Blue) = 193+146+175=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C192AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192AF is #3E6D50. Grayscale: #A3A3A3. Windows color (decimal): -4091217 or 11506369. OLE color: 11506369.

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

Color convert

RGB193146175-
CMYK00.240.090.24
HSL322.98º27.49%66.47%-
HSV(B)322.98º24.35%75.69%-
XYZ40.0134.9945.2-
YUV163.36134.57149.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=37.55%
G=28.40%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314617500.240.090.24322.9827.4966.47
HexC192AF0189181431b42
Octal301222257030113050333102
Binary110000011001001010101111011000100111000101000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192AF; }

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

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

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

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

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

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

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

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