#C186BD

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

Shades of London Hue #C186BD

Tints of London Hue #C186BD

Color information

#C186BD (or 0xC186BD) is unknown color: approx London Hue. HEX triplet: C1, 86 and BD. RGB value is (193,134,189). Sum of RGB (Red+Green+Blue) = 193+134+189=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C186BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186BD is #3E7942. Grayscale: #9D9D9D. Windows color (decimal): -4094275 or 12420801. OLE color: 12420801.

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

Color convert

RGB193134189-
CMYK00.310.020.24
HSL304.07º32.24%64.12%-
HSV(B)304.07º30.57%75.69%-
XYZ39.732.0652.24-
YUV157.91145.55153.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=37.40%
G=25.97%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313418900.310.020.24304.0732.2464.12
HexC186BD01F2181302040
Octal30120627503723046040100
Binary11000001100001101011110101111110110001001100001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186BD; }

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

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

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

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

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

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

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

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