#C199AC

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

Shades of Lily #C199AC

Tints of Lily #C199AC

Color information

#C199AC (or 0xC199AC) is unknown color: approx Lily. HEX triplet: C1, 99 and AC. RGB value is (193,153,172). Sum of RGB (Red+Green+Blue) = 193+153+172=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C199AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C199AC is #3E6653. Grayscale: #A7A7A7. Windows color (decimal): -4089428 or 11311553. OLE color: 11311553.

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

Color convert

RGB193153172-
CMYK00.210.110.24
HSL331.5º24.39%67.84%-
HSV(B)331.5º20.73%75.69%-
XYZ40.8337.144.04-
YUV167.13130.75146.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=37.26%
G=29.54%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315317200.210.110.24331.524.3967.84
HexC199AC015B1814c1844
Octal301231254025133051430104
Binary110000011001100110101100010101101111000101001100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199AC; }

 p { color: rgb(193,153,172); }

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

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

 a { background-color: rgb(193,153,172); }

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

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

 span { border-color: rgb(193,153,172); }

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