#C9A3CB

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

Shades of Lilac #C9A3CB

Tints of Lilac #C9A3CB

Color information

#C9A3CB (or 0xC9A3CB) is unknown color: approx Lilac. HEX triplet: C9, A3 and CB. RGB value is (201,163,203). Sum of RGB (Red+Green+Blue) = 201+163+203=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3CB is #365C34. Grayscale: #B2B2B2. Windows color (decimal): -3562549 or 13345737. OLE color: 13345737.

HSL color Cylindrical-coordinate representation of color #C9A3CB: hue angle of 297º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A3CB is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201163203-
CMYK0.010.2000.20
HSL297º27.78%71.76%-
HSV(B)297º19.7%79.61%-
XYZ47.9642.9262.26-
YUV178.92141.59143.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.45%
GREEN value IS 163 (64.06% from 255) = 28.75%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=35.45%
G=28.75%
B=35.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011632030.010.2000.2029727.7871.76
HexC9A3CB1140141291c48
Octal31124331312402445134110
Binary110010011010001111001011110100010100100101001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A3CB; }

 p { color: rgb(201,163,203); }

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

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

 a { background-color: rgb(201,163,203); }

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

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

 span { border-color: rgb(201,163,203); }

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