#C186AC

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

Shades of Lily #C186AC

Tints of Lily #C186AC

Color information

#C186AC (or 0xC186AC) is unknown color: approx Lily. HEX triplet: C1, 86 and AC. RGB value is (193,134,172). Sum of RGB (Red+Green+Blue) = 193+134+172=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C186AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C186AC is #3E7953. Grayscale: #9B9B9B. Windows color (decimal): -4094292 or 11306689. OLE color: 11306689.

HSL color Cylindrical-coordinate representation of color #C186AC: hue angle of 321.36º 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 #C186AC is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB193134172-
CMYK00.310.110.24
HSL321.36º32.24%64.12%-
HSV(B)321.36º30.57%75.69%-
XYZ37.9631.3743.08-
YUV155.97137.05154.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=38.68%
G=26.85%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313417200.310.110.24321.3632.2464.12
HexC186AC01FB181412040
Octal301206254037133050140100
Binary1100000110000110101011000111111011110001010000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186AC; }

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

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

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

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

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

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

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

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