#C3AAC0

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

Shades of Lilac #C3AAC0

Tints of Lilac #C3AAC0

Color information

#C3AAC0 (or 0xC3AAC0) is unknown color: approx Lilac. HEX triplet: C3, AA and C0. RGB value is (195,170,192). Sum of RGB (Red+Green+Blue) = 195+170+192=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAC0 is #3C553F. Grayscale: #B3B3B3. Windows color (decimal): -3953984 or 12626627. OLE color: 12626627.

HSL color Cylindrical-coordinate representation of color #C3AAC0: hue angle of 307.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AAC0 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195170192-
CMYK00.130.020.24
HSL307.2º17.24%71.57%-
HSV(B)307.2º12.82%76.47%-
XYZ46.3944.1655.95-
YUV179.98134.78138.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.01%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=35.01%
G=30.52%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517019200.130.020.24307.217.2471.57
HexC3AAC00D2181331148
Octal30325230001523046321110
Binary110000111010101011000000011011011000100110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAC0; }

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

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

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

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

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

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

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

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