#C49CBD

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

Shades of Lilac #C49CBD

Tints of Lilac #C49CBD

Color information

#C49CBD (or 0xC49CBD) is unknown color: approx Lilac. HEX triplet: C4, 9C and BD. RGB value is (196,156,189). Sum of RGB (Red+Green+Blue) = 196+156+189=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CBD is #3B6342. Grayscale: #ABABAB. Windows color (decimal): -3892035 or 12426436. OLE color: 12426436.

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

Color convert

RGB196156189-
CMYK00.200.040.23
HSL310.5º25.32%69.02%-
HSV(B)310.5º20.41%76.86%-
XYZ43.8439.1953.4-
YUV171.72137.75145.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=36.23%
G=28.84%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615618900.200.040.23310.525.3269.02
HexC49CBD0144171361945
Octal30423427502442746631105
Binary11000100100111001011110101010010010111100110110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CBD; }

 p { color: rgb(196,156,189); }

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

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

 a { background-color: rgb(196,156,189); }

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

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

 span { border-color: rgb(196,156,189); }

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