#C192B7

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

Shades of Lily #C192B7

Tints of Lily #C192B7

Color information

#C192B7 (or 0xC192B7) is unknown color: approx Lily. HEX triplet: C1, 92 and B7. RGB value is (193,146,183). Sum of RGB (Red+Green+Blue) = 193+146+183=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C192B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192B7 is #3E6D48. Grayscale: #A4A4A4. Windows color (decimal): -4091209 or 12030657. OLE color: 12030657.

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

Color convert

RGB193146183-
CMYK00.240.050.24
HSL312.77º27.49%66.47%-
HSV(B)312.77º24.35%75.69%-
XYZ40.8235.3149.46-
YUV164.27138.57148.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=36.97%
G=27.97%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314618300.240.050.24312.7727.4966.47
HexC192B70185181391b42
Octal30122226703053047133102
Binary11000001100100101011011101100010111000100111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192B7; }

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

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

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

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

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

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

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

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