#C198BA

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

Shades of Lily #C198BA

Tints of Lily #C198BA

Color information

#C198BA (or 0xC198BA) is unknown color: approx Lily. HEX triplet: C1, 98 and BA. RGB value is (193,152,186). Sum of RGB (Red+Green+Blue) = 193+152+186=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C198BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198BA is #3E6745. Grayscale: #A8A8A8. Windows color (decimal): -4089670 or 12228801. OLE color: 12228801.

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

Color convert

RGB193152186-
CMYK00.210.040.24
HSL310.24º24.85%67.65%-
HSV(B)310.24º21.24%75.69%-
XYZ42.0837.3451.44-
YUV168.14138.08145.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=36.35%
G=28.63%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315218600.210.040.24310.2424.8567.65
HexC198BA0154181361944
Octal30123027202543046631104
Binary11000001100110001011101001010110011000100110110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198BA; }

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

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

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

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

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

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

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

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