#C4A1BF

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

Shades of Lilac #C4A1BF

Tints of Lilac #C4A1BF

Color information

#C4A1BF (or 0xC4A1BF) is unknown color: approx Lilac. HEX triplet: C4, A1 and BF. RGB value is (196,161,191). Sum of RGB (Red+Green+Blue) = 196+161+191=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A1BF is #3B5E40. Grayscale: #AEAEAE. Windows color (decimal): -3890753 or 12558788. OLE color: 12558788.

HSL color Cylindrical-coordinate representation of color #C4A1BF: hue angle of 308.57º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A1BF is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196161191-
CMYK00.180.030.23
HSL308.57º22.88%70%-
HSV(B)308.57º17.86%76.86%-
XYZ44.9140.9954.83-
YUV174.88137.1143.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 191 (75% from 255) = 34.85%
R=35.77%
G=29.38%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616119100.180.030.23308.5722.8870
HexC4A1BF0123171351746
Octal30424127702232746527106
Binary1100010010100001101111110100101110111100110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A1BF; }

 p { color: rgb(196,161,191); }

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

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

 a { background-color: rgb(196,161,191); }

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

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

 span { border-color: rgb(196,161,191); }

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