#C99ABE

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

Shades of Lily #C99ABE

Tints of Lily #C99ABE

Color information

#C99ABE (or 0xC99ABE) is unknown color: approx Lily. HEX triplet: C9, 9A and BE. RGB value is (201,154,190). Sum of RGB (Red+Green+Blue) = 201+154+190=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C99ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ABE is #366541. Grayscale: #ACACAC. Windows color (decimal): -3564866 or 12491465. OLE color: 12491465.

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

Color convert

RGB201154190-
CMYK00.230.050.21
HSL314.04º30.32%69.61%-
HSV(B)314.04º23.38%78.82%-
XYZ44.9439.2553.92-
YUV172.16138.07148.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=36.88%
G=28.26%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115419000.230.050.21314.0430.3269.61
HexC99ABE01751513a1e46
Octal31123227602752547236106
Binary11001001100110101011111001011110110101100111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99ABE; }

 p { color: rgb(201,154,190); }

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

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

 a { background-color: rgb(201,154,190); }

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

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

 span { border-color: rgb(201,154,190); }

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