#C197B0

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

Shades of Lily #C197B0

Tints of Lily #C197B0

Color information

#C197B0 (or 0xC197B0) is unknown color: approx Lily. HEX triplet: C1, 97 and B0. RGB value is (193,151,176). Sum of RGB (Red+Green+Blue) = 193+151+176=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C197B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C197B0 is #3E684F. Grayscale: #A6A6A6. Windows color (decimal): -4089936 or 11573185. OLE color: 11573185.

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

Color convert

RGB193151176-
CMYK00.220.090.24
HSL324.29º25.3%67.45%-
HSV(B)324.29º21.76%75.69%-
XYZ40.936.6145.98-
YUV166.41133.41146.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=37.12%
G=29.04%
B=33.85%

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
Decimal19315117600.220.090.24324.2925.367.45
HexC197B00169181441943
Octal301227260026113050431103
Binary110000011001011110110000010110100111000101000100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197B0; }

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

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

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

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

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

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

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

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