#C9A9CB

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

Shades of Lilac #C9A9CB

Tints of Lilac #C9A9CB

Color information

#C9A9CB (or 0xC9A9CB) is unknown color: approx Lilac. HEX triplet: C9, A9 and CB. RGB value is (201,169,203). Sum of RGB (Red+Green+Blue) = 201+169+203=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9CB is #365634. Grayscale: #B6B6B6. Windows color (decimal): -3561013 or 13347273. OLE color: 13347273.

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

Color convert

RGB201169203-
CMYK0.010.1700.20
HSL296.47º24.64%72.94%-
HSV(B)296.47º16.75%79.61%-
XYZ49.0545.1162.62-
YUV182.44139.6141.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 169 (66.41% from 255) = 29.49%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=35.08%
G=29.49%
B=35.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011692030.010.1700.20296.4724.6472.94
HexC9A9CB1110141281949
Octal31125131312102445031111
Binary110010011010100111001011110001010100100101000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9CB; }

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

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

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

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

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

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

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

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