#C198B5

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

Shades of Lily #C198B5

Tints of Lily #C198B5

Color information

#C198B5 (or 0xC198B5) is unknown color: approx Lily. HEX triplet: C1, 98 and B5. RGB value is (193,152,181). Sum of RGB (Red+Green+Blue) = 193+152+181=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C198B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198B5 is #3E674A. Grayscale: #A7A7A7. Windows color (decimal): -4089675 or 11901121. OLE color: 11901121.

HSL color Cylindrical-coordinate representation of color #C198B5: hue angle of 317.56º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C198B5 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB193152181-
CMYK00.210.060.24
HSL317.56º24.85%67.65%-
HSV(B)317.56º21.24%75.69%-
XYZ41.5637.1348.69-
YUV167.56135.58146.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=36.69%
G=28.90%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315218100.210.060.24317.5624.8567.65
HexC198B501561813e1944
Octal30123026502563047631104
Binary11000001100110001011010101010111011000100111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198B5; }

 p { color: rgb(193,152,181); }

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

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

 a { background-color: rgb(193,152,181); }

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

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

 span { border-color: rgb(193,152,181); }

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