#C196AC

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

Shades of Lily #C196AC

Tints of Lily #C196AC

Color information

#C196AC (or 0xC196AC) is unknown color: approx Lily. HEX triplet: C1, 96 and AC. RGB value is (193,150,172). Sum of RGB (Red+Green+Blue) = 193+150+172=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C196AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196AC is #3E6953. Grayscale: #A5A5A5. Windows color (decimal): -4090196 or 11310785. OLE color: 11310785.

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

Color convert

RGB193150172-
CMYK00.220.110.24
HSL329.3º25.75%67.25%-
HSV(B)329.3º22.28%75.69%-
XYZ40.3536.1343.88-
YUV165.36131.75147.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=37.48%
G=29.13%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315017200.220.110.24329.325.7567.25
HexC196AC016B181491a43
Octal301226254026133051132103
Binary110000011001011010101100010110101111000101001001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196AC; }

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

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

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

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

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

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

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

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