#C197B4

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

Shades of Lily #C197B4

Tints of Lily #C197B4

Color information

#C197B4 (or 0xC197B4) is unknown color: approx Lily. HEX triplet: C1, 97 and B4. RGB value is (193,151,180). Sum of RGB (Red+Green+Blue) = 193+151+180=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C197B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197B4 is #3E684B. Grayscale: #A6A6A6. Windows color (decimal): -4089932 or 11835329. OLE color: 11835329.

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

Color convert

RGB193151180-
CMYK00.220.070.24
HSL318.57º25.3%67.45%-
HSV(B)318.57º21.76%75.69%-
XYZ41.336.7748.1-
YUV166.86135.41146.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=36.83%
G=28.82%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315118000.220.070.24318.5725.367.45
HexC197B401671813f1943
Octal30122726402673047731103
Binary11000001100101111011010001011011111000100111111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197B4; }

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

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

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

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

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

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

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

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