#C9A1C1

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

Shades of Lilac #C9A1C1

Tints of Lilac #C9A1C1

Color information

#C9A1C1 (or 0xC9A1C1) is unknown color: approx Lilac. HEX triplet: C9, A1 and C1. RGB value is (201,161,193). Sum of RGB (Red+Green+Blue) = 201+161+193=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1C1 is #365E3E. Grayscale: #B0B0B0. Windows color (decimal): -3563071 or 12689865. OLE color: 12689865.

HSL color Cylindrical-coordinate representation of color #C9A1C1: hue angle of 312º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A1C1 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB201161193-
CMYK00.200.040.21
HSL312º27.03%70.98%-
HSV(B)312º19.9%78.82%-
XYZ46.4641.7656.06-
YUV176.61137.25145.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=36.22%
G=29.01%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116119300.200.040.2131227.0370.98
HexC9A1C10144151381b47
Octal31124130102442547033107
Binary11001001101000011100000101010010010101100111000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A1C1; }

 p { color: rgb(201,161,193); }

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

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

 a { background-color: rgb(201,161,193); }

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

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

 span { border-color: rgb(201,161,193); }

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