#C0A3BC

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

Shades of Lilac #C0A3BC

Tints of Lilac #C0A3BC

Color information

#C0A3BC (or 0xC0A3BC) is unknown color: approx Lilac. HEX triplet: C0, A3 and BC. RGB value is (192,163,188). Sum of RGB (Red+Green+Blue) = 192+163+188=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A3BC is #3F5C43. Grayscale: #AEAEAE. Windows color (decimal): -4152388 or 12362688. OLE color: 12362688.

HSL color Cylindrical-coordinate representation of color #C0A3BC: hue angle of 308.28º 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 #C0A3BC is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192163188-
CMYK00.150.020.25
HSL308.28º18.71%69.61%-
HSV(B)308.28º15.1%75.29%-
XYZ43.9141.0353.18-
YUV174.52135.61140.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=35.36%
G=30.02%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216318800.150.020.25308.2818.7169.61
HexC0A3BC0F2191341346
Octal30024327401723146423106
Binary110000001010001110111100011111011001100110100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A3BC; }

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

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

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

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

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

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

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

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