#C49ABA

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

Shades of Lily #C49ABA

Tints of Lily #C49ABA

Color information

#C49ABA (or 0xC49ABA) is unknown color: approx Lily. HEX triplet: C4, 9A and BA. RGB value is (196,154,186). Sum of RGB (Red+Green+Blue) = 196+154+186=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C49ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ABA is #3B6545. Grayscale: #AAAAAA. Windows color (decimal): -3892550 or 12229316. OLE color: 12229316.

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

Color convert

RGB196154186-
CMYK00.210.050.23
HSL314.29º26.25%68.63%-
HSV(B)314.29º21.43%76.86%-
XYZ43.1838.3951.59-
YUV170.21136.91146.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=36.57%
G=28.73%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615418600.210.050.23314.2926.2568.63
HexC49ABA01551713a1a45
Octal30423227202552747232105
Binary11000100100110101011101001010110110111100111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49ABA; }

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

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

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

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

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

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

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

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