#C7A6C2

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

Shades of Lilac #C7A6C2

Tints of Lilac #C7A6C2

Color information

#C7A6C2 (or 0xC7A6C2) is unknown color: approx Lilac. HEX triplet: C7, A6 and C2. RGB value is (199,166,194). Sum of RGB (Red+Green+Blue) = 199+166+194=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6C2 is #38593D. Grayscale: #B2B2B2. Windows color (decimal): -3692862 or 12756679. OLE color: 12756679.

HSL color Cylindrical-coordinate representation of color #C7A6C2: hue angle of 309.09º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A6C2 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB199166194-
CMYK00.170.030.22
HSL309.09º22.76%71.57%-
HSV(B)309.09º16.58%78.04%-
XYZ46.9343.3156.93-
YUV179.06136.43142.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 194 (76.17% from 255) = 34.70%
R=35.60%
G=29.70%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916619400.170.030.22309.0922.7671.57
HexC7A6C20113161351748
Octal30724630202132646527110
Binary1100011110100110110000100100011110110100110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A6C2; }

 p { color: rgb(199,166,194); }

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

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

 a { background-color: rgb(199,166,194); }

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

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

 span { border-color: rgb(199,166,194); }

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