#C186BF

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

Shades of Lilac #C186BF

Tints of Lilac #C186BF

Color information

#C186BF (or 0xC186BF) is unknown color: approx Lilac. HEX triplet: C1, 86 and BF. RGB value is (193,134,191). Sum of RGB (Red+Green+Blue) = 193+134+191=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C186BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186BF is #3E7940. Grayscale: #9D9D9D. Windows color (decimal): -4094273 or 12551873. OLE color: 12551873.

HSL color Cylindrical-coordinate representation of color #C186BF: hue angle of 302.03º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C186BF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193134191-
CMYK00.310.010.24
HSL302.03º32.24%64.12%-
HSV(B)302.03º30.57%75.69%-
XYZ39.9232.1553.39-
YUV158.14146.55152.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 191 (75% from 255) = 36.87%
R=37.26%
G=25.87%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313419100.310.010.24302.0332.2464.12
HexC186BF01F11812e2040
Octal30120627703713045640100
Binary1100000110000110101111110111111110001001011101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186BF; }

 p { color: rgb(193,134,191); }

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

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

 a { background-color: rgb(193,134,191); }

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

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

 span { border-color: rgb(193,134,191); }

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