#C99ABC

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

Shades of Lily #C99ABC

Tints of Lily #C99ABC

Color information

#C99ABC (or 0xC99ABC) is unknown color: approx Lily. HEX triplet: C9, 9A and BC. RGB value is (201,154,188). Sum of RGB (Red+Green+Blue) = 201+154+188=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C99ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ABC is #366543. Grayscale: #ABABAB. Windows color (decimal): -3564868 or 12360393. OLE color: 12360393.

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

Color convert

RGB201154188-
CMYK00.230.060.21
HSL316.6º30.32%69.61%-
HSV(B)316.6º23.38%78.82%-
XYZ44.7239.1652.78-
YUV171.93137.07148.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.02%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=37.02%
G=28.36%
B=34.62%

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
Decimal20115418800.230.060.21316.630.3269.61
HexC99ABC01761513d1e46
Octal31123227402762547536106
Binary11001001100110101011110001011111010101100111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99ABC; }

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

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

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

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

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

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

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

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