#C198B8

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

Shades of Lily #C198B8

Tints of Lily #C198B8

Color information

#C198B8 (or 0xC198B8) is unknown color: approx Lily. HEX triplet: C1, 98 and B8. RGB value is (193,152,184). Sum of RGB (Red+Green+Blue) = 193+152+184=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C198B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198B8 is #3E6747. Grayscale: #A7A7A7. Windows color (decimal): -4089672 or 12097729. OLE color: 12097729.

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

Color convert

RGB193152184-
CMYK00.210.050.24
HSL313.17º24.85%67.65%-
HSV(B)313.17º21.24%75.69%-
XYZ41.8737.2550.33-
YUV167.91137.08145.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=36.48%
G=28.73%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315218400.210.050.24313.1724.8567.65
HexC198B80155181391944
Octal30123027002553047131104
Binary11000001100110001011100001010110111000100111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198B8; }

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

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

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

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

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

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

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

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