#C9A8CE

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

Shades of Lilac #C9A8CE

Tints of Lilac #C9A8CE

Color information

#C9A8CE (or 0xC9A8CE) is unknown color: approx Lilac. HEX triplet: C9, A8 and CE. RGB value is (201,168,206). Sum of RGB (Red+Green+Blue) = 201+168+206=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8CE is #365731. Grayscale: #B6B6B6. Windows color (decimal): -3561266 or 13543625. OLE color: 13543625.

HSL color Cylindrical-coordinate representation of color #C9A8CE: hue angle of 292.11º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A8CE is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201168206-
CMYK0.020.1800.19
HSL292.11º27.94%73.33%-
HSV(B)292.11º18.45%80.78%-
XYZ49.2344.8864.46-
YUV182.2141.43141.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 168 (66.02% from 255) = 29.22%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=34.96%
G=29.22%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011682060.020.1800.19292.1127.9473.33
HexC9A8CE2120131241c49
Octal31125031622202344434111
Binary1100100110101000110011101010010010011100100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A8CE; }

 p { color: rgb(201,168,206); }

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

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

 a { background-color: rgb(201,168,206); }

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

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

 span { border-color: rgb(201,168,206); }

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