#C0AAC0

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

Shades of Lilac #C0AAC0

Tints of Lilac #C0AAC0

Color information

#C0AAC0 (or 0xC0AAC0) is unknown color: approx Lilac. HEX triplet: C0, AA and C0. RGB value is (192,170,192). Sum of RGB (Red+Green+Blue) = 192+170+192=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAC0 is #3F553F. Grayscale: #B3B3B3. Windows color (decimal): -4150592 or 12626624. OLE color: 12626624.

HSL color Cylindrical-coordinate representation of color #C0AAC0: hue angle of 300º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AAC0 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192170192-
CMYK00.1100.25
HSL300º14.86%70.98%-
HSV(B)300º11.46%75.29%-
XYZ45.6343.7655.91-
YUV179.09135.29137.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 192 (75.39% from 255) = 34.66%
R=34.66%
G=30.69%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217019200.1100.2530014.8670.98
HexC0AAC00B01912cf47
Octal30025230001303145417107
Binary1100000010101010110000000101101100110010110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAC0; }

 p { color: rgb(192,170,192); }

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

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

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

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

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

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

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