#C196AF

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

Shades of Lily #C196AF

Tints of Lily #C196AF

Color information

#C196AF (or 0xC196AF) is unknown color: approx Lily. HEX triplet: C1, 96 and AF. RGB value is (193,150,175). Sum of RGB (Red+Green+Blue) = 193+150+175=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C196AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196AF is #3E6950. Grayscale: #A5A5A5. Windows color (decimal): -4090193 or 11507393. OLE color: 11507393.

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

Color convert

RGB193150175-
CMYK00.220.090.24
HSL325.12º25.75%67.25%-
HSV(B)325.12º22.28%75.69%-
XYZ40.6436.2545.41-
YUV165.71133.25147.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=37.26%
G=28.96%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315017500.220.090.24325.1225.7567.25
HexC196AF0169181451a43
Octal301226257026113050532103
Binary110000011001011010101111010110100111000101000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196AF; }

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

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

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

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

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

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

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

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