#C99EAF

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

Shades of Lily #C99EAF

Tints of Lily #C99EAF

Color information

#C99EAF (or 0xC99EAF) is unknown color: approx Lily. HEX triplet: C9, 9E and AF. RGB value is (201,158,175). Sum of RGB (Red+Green+Blue) = 201+158+175=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99EAF is #366150. Grayscale: #ACACAC. Windows color (decimal): -3563857 or 11509449. OLE color: 11509449.

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

Color convert

RGB201158175-
CMYK00.210.130.21
HSL336.28º28.48%70.39%-
HSV(B)336.28º21.39%78.82%-
XYZ44.0539.9745.95-
YUV172.8129.25148.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=37.64%
G=29.59%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115817500.210.130.21336.2828.4870.39
HexC99EAF015D151501c46
Octal311236257025152552034106
Binary110010011001111010101111010101110110101101010000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EAF; }

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

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

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

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

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

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

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

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