#C192AD

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

Shades of Lily #C192AD

Tints of Lily #C192AD

Color information

#C192AD (or 0xC192AD) is unknown color: approx Lily. HEX triplet: C1, 92 and AD. RGB value is (193,146,173). Sum of RGB (Red+Green+Blue) = 193+146+173=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C192AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192AD is #3E6D52. Grayscale: #A3A3A3. Windows color (decimal): -4091219 or 11375297. OLE color: 11375297.

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

Color convert

RGB193146173-
CMYK00.240.100.24
HSL325.53º27.49%66.47%-
HSV(B)325.53º24.35%75.69%-
XYZ39.8134.9144.18-
YUV163.13133.57149.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=37.70%
G=28.52%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314617300.240.100.24325.5327.4966.47
HexC192AD018A181461b42
Octal301222255030123050633102
Binary110000011001001010101101011000101011000101000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192AD; }

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

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

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

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

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

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

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

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