#C195B1

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

Shades of Lily #C195B1

Tints of Lily #C195B1

Color information

#C195B1 (or 0xC195B1) is unknown color: approx Lily. HEX triplet: C1, 95 and B1. RGB value is (193,149,177). Sum of RGB (Red+Green+Blue) = 193+149+177=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C195B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C195B1 is #3E6A4E. Grayscale: #A5A5A5. Windows color (decimal): -4090447 or 11638209. OLE color: 11638209.

HSL color Cylindrical-coordinate representation of color #C195B1: hue angle of 321.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C195B1 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB193149177-
CMYK00.230.080.24
HSL321.82º26.19%67.06%-
HSV(B)321.82º22.8%75.69%-
XYZ40.6836.0146.4-
YUV165.35134.58147.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=37.19%
G=28.71%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314917700.230.080.24321.8226.1967.06
HexC195B10178181421a43
Octal301225261027103050232103
Binary110000011001010110110001010111100011000101000010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195B1; }

 p { color: rgb(193,149,177); }

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

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

 a { background-color: rgb(193,149,177); }

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

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

 span { border-color: rgb(193,149,177); }

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