#C49ACB

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

Shades of Lilac #C49ACB

Tints of Lilac #C49ACB

Color information

#C49ACB (or 0xC49ACB) is unknown color: approx Lilac. HEX triplet: C4, 9A and CB. RGB value is (196,154,203). Sum of RGB (Red+Green+Blue) = 196+154+203=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #C49ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ACB is #3B6534. Grayscale: #ABABAB. Windows color (decimal): -3892533 or 13343428. OLE color: 13343428.

HSL color Cylindrical-coordinate representation of color #C49ACB: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49ACB is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196154203-
CMYK0.030.2400.20
HSL291.43º32.03%70%-
HSV(B)291.43º24.14%79.61%-
XYZ45.139.1661.68-
YUV172.14145.41145.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=35.44%
G=27.85%
B=36.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961542030.030.2400.20291.4332.0370
HexC49ACB3180141232046
Octal30423231333002444340106
Binary11000100100110101100101111110000101001001000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49ACB; }

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

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

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

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

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

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

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

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