#C0A3BB

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

Shades of Lilac #C0A3BB

Tints of Lilac #C0A3BB

Color information

#C0A3BB (or 0xC0A3BB) is unknown color: approx Lilac. HEX triplet: C0, A3 and BB. RGB value is (192,163,187). Sum of RGB (Red+Green+Blue) = 192+163+187=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A3BB is #3F5C44. Grayscale: #AEAEAE. Windows color (decimal): -4152389 or 12297152. OLE color: 12297152.

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

Color convert

RGB192163187-
CMYK00.150.030.25
HSL310.34º18.71%69.61%-
HSV(B)310.34º15.1%75.29%-
XYZ43.8140.9952.62-
YUV174.41135.11140.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 163 (64.06% from 255) = 30.07%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=35.42%
G=30.07%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216318700.150.030.25310.3418.7169.61
HexC0A3BB0F3191361346
Octal30024327301733146623106
Binary110000001010001110111011011111111001100110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A3BB; }

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

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

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

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

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

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

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

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