#C197AA

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

Shades of Lily #C197AA

Tints of Lily #C197AA

Color information

#C197AA (or 0xC197AA) is unknown color: approx Lily. HEX triplet: C1, 97 and AA. RGB value is (193,151,170). Sum of RGB (Red+Green+Blue) = 193+151+170=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C197AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C197AA is #3E6855. Grayscale: #A5A5A5. Windows color (decimal): -4089942 or 11179969. OLE color: 11179969.

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

Color convert

RGB193151170-
CMYK00.220.120.24
HSL332.86º25.3%67.45%-
HSV(B)332.86º21.76%75.69%-
XYZ40.3136.3742.93-
YUV165.72130.41147.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=37.55%
G=29.38%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315117000.220.120.24332.8625.367.45
HexC197AA016C1814d1943
Octal301227252026143051531103
Binary110000011001011110101010010110110011000101001101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197AA; }

 p { color: rgb(193,151,170); }

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

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

 a { background-color: rgb(193,151,170); }

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

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

 span { border-color: rgb(193,151,170); }

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