#C197B6

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

Shades of Lily #C197B6

Tints of Lily #C197B6

Color information

#C197B6 (or 0xC197B6) is unknown color: approx Lily. HEX triplet: C1, 97 and B6. RGB value is (193,151,182). Sum of RGB (Red+Green+Blue) = 193+151+182=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C197B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197B6 is #3E6849. Grayscale: #A7A7A7. Windows color (decimal): -4089930 or 11966401. OLE color: 11966401.

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

Color convert

RGB193151182-
CMYK00.220.060.24
HSL315.71º25.3%67.45%-
HSV(B)315.71º21.76%75.69%-
XYZ41.536.8549.18-
YUV167.09136.41146.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=36.69%
G=28.71%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315118200.220.060.24315.7125.367.45
HexC197B601661813c1943
Octal30122726602663047431103
Binary11000001100101111011011001011011011000100111100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197B6; }

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

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

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

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

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

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

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

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