#C186BC

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

Shades of London Hue #C186BC

Tints of London Hue #C186BC

Color information

#C186BC (or 0xC186BC) is unknown color: approx London Hue. HEX triplet: C1, 86 and BC. RGB value is (193,134,188). Sum of RGB (Red+Green+Blue) = 193+134+188=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C186BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186BC is #3E7943. Grayscale: #9D9D9D. Windows color (decimal): -4094276 or 12355265. OLE color: 12355265.

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

Color convert

RGB193134188-
CMYK00.310.030.24
HSL305.08º32.24%64.12%-
HSV(B)305.08º30.57%75.69%-
XYZ39.5932.0251.67-
YUV157.8145.05153.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=37.48%
G=26.02%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313418800.310.030.24305.0832.2464.12
HexC186BC01F3181312040
Octal30120627403733046140100
Binary11000001100001101011110001111111110001001100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186BC; }

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

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

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

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

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

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

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

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