#C398AE

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

Shades of Lily #C398AE

Tints of Lily #C398AE

Color information

#C398AE (or 0xC398AE) is unknown color: approx Lily. HEX triplet: C3, 98 and AE. RGB value is (195,152,174). Sum of RGB (Red+Green+Blue) = 195+152+174=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C398AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398AE is #3C6751. Grayscale: #A7A7A7. Windows color (decimal): -3958610 or 11442371. OLE color: 11442371.

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

Color convert

RGB195152174-
CMYK00.220.110.24
HSL329.3º26.38%68.04%-
HSV(B)329.3º22.05%76.47%-
XYZ41.3737.1145.03-
YUV167.36131.75147.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=37.43%
G=29.17%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515217400.220.110.24329.326.3868.04
HexC398AE016B181491a44
Octal303230256026133051132104
Binary110000111001100010101110010110101111000101001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398AE; }

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

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

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

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

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

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

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

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