#C198B6

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

Shades of Lily #C198B6

Tints of Lily #C198B6

Color information

#C198B6 (or 0xC198B6) is unknown color: approx Lily. HEX triplet: C1, 98 and B6. RGB value is (193,152,182). Sum of RGB (Red+Green+Blue) = 193+152+182=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C198B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198B6 is #3E6749. Grayscale: #A7A7A7. Windows color (decimal): -4089674 or 11966657. OLE color: 11966657.

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

Color convert

RGB193152182-
CMYK00.210.060.24
HSL316.1º24.85%67.65%-
HSV(B)316.1º21.24%75.69%-
XYZ41.6637.1749.23-
YUV167.68136.08146.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=36.62%
G=28.84%
B=34.54%

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
Decimal19315218200.210.060.24316.124.8567.65
HexC198B601561813c1944
Octal30123026602563047431104
Binary11000001100110001011011001010111011000100111100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198B6; }

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

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

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

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

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

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

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

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