#C398AA

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

Shades of Lily #C398AA

Tints of Lily #C398AA

Color information

#C398AA (or 0xC398AA) is unknown color: approx Lily. HEX triplet: C3, 98 and AA. RGB value is (195,152,170). Sum of RGB (Red+Green+Blue) = 195+152+170=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C398AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398AA is #3C6755. Grayscale: #A6A6A6. Windows color (decimal): -3958614 or 11180227. OLE color: 11180227.

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

Color convert

RGB195152170-
CMYK00.220.130.24
HSL334.88º26.38%68.04%-
HSV(B)334.88º22.05%76.47%-
XYZ40.9936.9643-
YUV166.91129.75148.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=37.72%
G=29.40%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515217000.220.130.24334.8826.3868.04
HexC398AA016D1814f1a44
Octal303230252026153051732104
Binary110000111001100010101010010110110111000101001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398AA; }

 p { color: rgb(195,152,170); }

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

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

 a { background-color: rgb(195,152,170); }

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

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

 span { border-color: rgb(195,152,170); }

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