#C99EBA

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

Shades of Lily #C99EBA

Tints of Lily #C99EBA

Color information

#C99EBA (or 0xC99EBA) is unknown color: approx Lily. HEX triplet: C9, 9E and BA. RGB value is (201,158,186). Sum of RGB (Red+Green+Blue) = 201+158+186=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EBA is #366145. Grayscale: #ADADAD. Windows color (decimal): -3563846 or 12230345. OLE color: 12230345.

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

Color convert

RGB201158186-
CMYK00.210.070.21
HSL320.93º28.48%70.39%-
HSV(B)320.93º21.39%78.82%-
XYZ45.1840.4251.87-
YUV174.05134.75147.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=36.88%
G=28.99%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115818600.210.070.21320.9328.4870.39
HexC99EBA0157151411c46
Octal31123627202572550134106
Binary11001001100111101011101001010111110101101000001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EBA; }

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

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

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

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

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

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

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

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