#C6A9CC

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

Shades of Lilac #C6A9CC

Tints of Lilac #C6A9CC

Color information

#C6A9CC (or 0xC6A9CC) is unknown color: approx Lilac. HEX triplet: C6, A9 and CC. RGB value is (198,169,204). Sum of RGB (Red+Green+Blue) = 198+169+204=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6A9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A9CC is #395633. Grayscale: #B5B5B5. Windows color (decimal): -3757620 or 13412806. OLE color: 13412806.

HSL color Cylindrical-coordinate representation of color #C6A9CC: hue angle of 289.71º degrees, saturation: 0.26, 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 #C6A9CC is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198169204-
CMYK0.030.1700.2
HSL289.71º25.55%73.14%-
HSV(B)289.71º17.16%80%-
XYZ48.3844.7463.21-
YUV181.66140.61139.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=34.68%
G=29.60%
B=35.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981692040.030.1700.2289.7125.5573.14
HexC6A9CC3110141221a49
Octal30625131432102444232111
Binary1100011010101001110011001110001010100100100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A9CC; }

 p { color: rgb(198,169,204); }

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

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

 a { background-color: rgb(198,169,204); }

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

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

 span { border-color: rgb(198,169,204); }

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