#C8A6C2

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

Shades of Lilac #C8A6C2

Tints of Lilac #C8A6C2

Color information

#C8A6C2 (or 0xC8A6C2) is unknown color: approx Lilac. HEX triplet: C8, A6 and C2. RGB value is (200,166,194). Sum of RGB (Red+Green+Blue) = 200+166+194=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6C2 is #37593D. Grayscale: #B3B3B3. Windows color (decimal): -3627326 or 12756680. OLE color: 12756680.

HSL color Cylindrical-coordinate representation of color #C8A6C2: hue angle of 310.59º degrees, saturation: 0.24, 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 #C8A6C2 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB200166194-
CMYK00.170.030.22
HSL310.59º23.61%71.76%-
HSV(B)310.59º17%78.43%-
XYZ47.1943.4556.94-
YUV179.36136.26142.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=35.71%
G=29.64%
B=34.64%

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
Decimal20016619400.170.030.22310.5923.6171.76
HexC8A6C20113161371848
Octal31024630202132646730110
Binary1100100010100110110000100100011110110100110111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6C2; }

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

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

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

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

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

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

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

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