#C99ABD

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

Shades of Lily #C99ABD

Tints of Lily #C99ABD

Color information

#C99ABD (or 0xC99ABD) is unknown color: approx Lily. HEX triplet: C9, 9A and BD. RGB value is (201,154,189). Sum of RGB (Red+Green+Blue) = 201+154+189=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C99ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ABD is #366542. Grayscale: #ABABAB. Windows color (decimal): -3564867 or 12425929. OLE color: 12425929.

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

Color convert

RGB201154189-
CMYK00.230.060.21
HSL315.32º30.32%69.61%-
HSV(B)315.32º23.38%78.82%-
XYZ44.8339.253.35-
YUV172.04137.57148.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=36.95%
G=28.31%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115418900.230.060.21315.3230.3269.61
HexC99ABD01761513b1e46
Octal31123227502762547336106
Binary11001001100110101011110101011111010101100111011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99ABD; }

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

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

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

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

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

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

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

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