#C0A3BF

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

Shades of Lilac #C0A3BF

Tints of Lilac #C0A3BF

Color information

#C0A3BF (or 0xC0A3BF) is unknown color: approx Lilac. HEX triplet: C0, A3 and BF. RGB value is (192,163,191). Sum of RGB (Red+Green+Blue) = 192+163+191=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A3BF is #3F5C40. Grayscale: #AEAEAE. Windows color (decimal): -4152385 or 12559296. OLE color: 12559296.

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

Color convert

RGB192163191-
CMYK00.150.010.25
HSL302.07º18.71%69.61%-
HSV(B)302.07º15.1%75.29%-
XYZ44.2441.1654.9-
YUV174.86137.11140.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 191 (75% from 255) = 34.98%
R=35.16%
G=29.85%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216319100.150.010.25302.0718.7169.61
HexC0A3BF0F11912e1346
Octal30024327701713145623106
Binary11000000101000111011111101111111001100101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A3BF; }

 p { color: rgb(192,163,191); }

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

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

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

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

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

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

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