#C0A6BC

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

Shades of Lilac #C0A6BC

Tints of Lilac #C0A6BC

Color information

#C0A6BC (or 0xC0A6BC) is unknown color: approx Lilac. HEX triplet: C0, A6 and BC. RGB value is (192,166,188). Sum of RGB (Red+Green+Blue) = 192+166+188=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6BC is #3F5943. Grayscale: #B0B0B0. Windows color (decimal): -4151620 or 12363456. OLE color: 12363456.

HSL color Cylindrical-coordinate representation of color #C0A6BC: hue angle of 309.23º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0A6BC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192166188-
CMYK00.140.020.25
HSL309.23º17.11%70.2%-
HSV(B)309.23º13.54%75.29%-
XYZ44.4542.1153.36-
YUV176.28134.61139.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=35.16%
G=30.40%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216618800.140.020.25309.2317.1170.2
HexC0A6BC0E2191351146
Octal30024627401623146521106
Binary110000001010011010111100011101011001100110101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A6BC; }

 p { color: rgb(192,166,188); }

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

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

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

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

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

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

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