#C186AA

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

Shades of Lily #C186AA

Tints of Lily #C186AA

Color information

#C186AA (or 0xC186AA) is unknown color: approx Lily. HEX triplet: C1, 86 and AA. RGB value is (193,134,170). Sum of RGB (Red+Green+Blue) = 193+134+170=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C186AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C186AA is #3E7955. Grayscale: #9B9B9B. Windows color (decimal): -4094294 or 11175617. OLE color: 11175617.

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

Color convert

RGB193134170-
CMYK00.310.120.24
HSL323.39º32.24%64.12%-
HSV(B)323.39º30.57%75.69%-
XYZ37.7731.2942.08-
YUV155.74136.05154.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=38.83%
G=26.96%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313417000.310.120.24323.3932.2464.12
HexC186AA01FC181432040
Octal301206252037143050340100
Binary1100000110000110101010100111111100110001010000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186AA; }

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

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

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

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

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

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

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

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