#C196AE

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

Shades of Lily #C196AE

Tints of Lily #C196AE

Color information

#C196AE (or 0xC196AE) is unknown color: approx Lily. HEX triplet: C1, 96 and AE. RGB value is (193,150,174). Sum of RGB (Red+Green+Blue) = 193+150+174=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C196AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196AE is #3E6951. Grayscale: #A5A5A5. Windows color (decimal): -4090194 or 11441857. OLE color: 11441857.

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

Color convert

RGB193150174-
CMYK00.220.100.24
HSL326.51º25.75%67.25%-
HSV(B)326.51º22.28%75.69%-
XYZ40.5436.2144.9-
YUV165.59132.75147.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=37.33%
G=29.01%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315017400.220.100.24326.5125.7567.25
HexC196AE016A181471a43
Octal301226256026123050732103
Binary110000011001011010101110010110101011000101000111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196AE; }

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

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

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

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

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

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

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

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