#c186ae

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

Shades of Lily #C186AE

Tints of Lily #C186AE

Color information

#C186AE (or 0xC186AE) is unknown color: approx Lily. HEX triplet: C1, 86 and AE. RGB value is (193,134,174). Sum of RGB (Red+Green+Blue) = 193+134+174=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C186AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C186AE is #3E7951. Grayscale: #9C9C9C. Windows color (decimal): -4094290 or 11437761. OLE color: 11437761.

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

Color convert

RGB193134174-
CMYK00.310.100.24
HSL319.32º32.24%64.12%-
HSV(B)319.32º30.57%75.69%-
XYZ38.1631.4444.1-
YUV156.2138.05154.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=38.52%
G=26.75%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313417400.310.100.24319.3232.2464.12
HexC186AE01FA1813f2040
Octal301206256037123047740100
Binary1100000110000110101011100111111010110001001111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c186ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c186ae; }

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

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

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

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

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

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

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

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