#C6AACA

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

Shades of Lilac #C6AACA

Tints of Lilac #C6AACA

Color information

#C6AACA (or 0xC6AACA) is unknown color: approx Lilac. HEX triplet: C6, AA and CA. RGB value is (198,170,202). Sum of RGB (Red+Green+Blue) = 198+170+202=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AACA is #395535. Grayscale: #B5B5B5. Windows color (decimal): -3757366 or 13281990. OLE color: 13281990.

HSL color Cylindrical-coordinate representation of color #C6AACA: hue angle of 292.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6AACA is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198170202-
CMYK0.020.1600.21
HSL292.5º23.19%72.94%-
HSV(B)292.5º15.84%79.22%-
XYZ48.3245.0262.02-
YUV182.02139.28139.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.74%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=34.74%
G=29.82%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981702020.020.1600.21292.523.1972.94
HexC6AACA2100151241749
Octal30625231222002544427111
Binary1100011010101010110010101010000010101100100100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AACA; }

 p { color: rgb(198,170,202); }

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

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

 a { background-color: rgb(198,170,202); }

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

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

 span { border-color: rgb(198,170,202); }

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