#C998AF

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

Shades of Lily #C998AF

Tints of Lily #C998AF

Color information

#C998AF (or 0xC998AF) is unknown color: approx Lily. HEX triplet: C9, 98 and AF. RGB value is (201,152,175). Sum of RGB (Red+Green+Blue) = 201+152+175=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C998AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C998AF is #366750. Grayscale: #A9A9A9. Windows color (decimal): -3565393 or 11507913. OLE color: 11507913.

HSL color Cylindrical-coordinate representation of color #C998AF: hue angle of 331.84º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C998AF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201152175-
CMYK00.240.130.21
HSL331.84º31.21%69.22%-
HSV(B)331.84º24.38%78.82%-
XYZ43.0537.9745.62-
YUV169.27131.23150.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=38.07%
G=28.79%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115217500.240.130.21331.8431.2169.22
HexC998AF018D1514c1f45
Octal311230257030152551437105
Binary110010011001100010101111011000110110101101001100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998AF; }

 p { color: rgb(201,152,175); }

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

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

 a { background-color: rgb(201,152,175); }

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

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

 span { border-color: rgb(201,152,175); }

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