#C2A0BC

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

Shades of Lilac #C2A0BC

Tints of Lilac #C2A0BC

Color information

#C2A0BC (or 0xC2A0BC) is unknown color: approx Lilac. HEX triplet: C2, A0 and BC. RGB value is (194,160,188). Sum of RGB (Red+Green+Blue) = 194+160+188=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0BC is #3D5F43. Grayscale: #ADADAD. Windows color (decimal): -4022084 or 12361922. OLE color: 12361922.

HSL color Cylindrical-coordinate representation of color #C2A0BC: hue angle of 310.59º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A0BC is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194160188-
CMYK00.180.030.24
HSL310.59º21.79%69.41%-
HSV(B)310.59º17.53%76.08%-
XYZ43.940.2453.03-
YUV173.36136.26142.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 160 (62.89% from 255) = 29.52%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=35.79%
G=29.52%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416018800.180.030.24310.5921.7969.41
HexC2A0BC0123181371645
Octal30224027402233046726105
Binary1100001010100000101111000100101111000100110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A0BC; }

 p { color: rgb(194,160,188); }

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

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

 a { background-color: rgb(194,160,188); }

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

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

 span { border-color: rgb(194,160,188); }

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