#C8AACA

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

Shades of Lilac #C8AACA

Tints of Lilac #C8AACA

Color information

#C8AACA (or 0xC8AACA) is unknown color: approx Lilac. HEX triplet: C8, AA and CA. RGB value is (200,170,202). Sum of RGB (Red+Green+Blue) = 200+170+202=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AACA is #375535. Grayscale: #B6B6B6. Windows color (decimal): -3626294 or 13281992. OLE color: 13281992.

HSL color Cylindrical-coordinate representation of color #C8AACA: hue angle of 296.25º 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 #C8AACA is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200170202-
CMYK0.010.1600.21
HSL296.25º23.19%72.94%-
HSV(B)296.25º15.84%79.22%-
XYZ48.8545.2962.04-
YUV182.62138.94140.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.97%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=34.97%
G=29.72%
B=35.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001702020.010.1600.21296.2523.1972.94
HexC8AACA1100151281749
Octal31025231212002545027111
Binary110010001010101011001010110000010101100101000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AACA; }

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

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

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

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

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

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

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

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