#C49ABC

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

Shades of Lily #C49ABC

Tints of Lily #C49ABC

Color information

#C49ABC (or 0xC49ABC) is unknown color: approx Lily. HEX triplet: C4, 9A and BC. RGB value is (196,154,188). Sum of RGB (Red+Green+Blue) = 196+154+188=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 196 - color contains mainly: red. Hex color #C49ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ABC is #3B6543. Grayscale: #AAAAAA. Windows color (decimal): -3892548 or 12360388. OLE color: 12360388.

HSL color Cylindrical-coordinate representation of color #C49ABC: hue angle of 311.43º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49ABC is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196154188-
CMYK00.210.040.23
HSL311.43º26.25%68.63%-
HSV(B)311.43º21.43%76.86%-
XYZ43.438.4852.72-
YUV170.43137.91146.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.43%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=36.43%
G=28.62%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615418800.210.040.23311.4326.2568.63
HexC49ABC0154171371a45
Octal30423227402542746732105
Binary11000100100110101011110001010110010111100110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49ABC; }

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

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

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

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

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

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

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

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