#C486B9

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

Shades of London Hue #C486B9

Tints of London Hue #C486B9

Color information

#C486B9 (or 0xC486B9) is unknown color: approx London Hue. HEX triplet: C4, 86 and B9. RGB value is (196,134,185). Sum of RGB (Red+Green+Blue) = 196+134+185=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C486B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486B9 is #3B7946. Grayscale: #9E9E9E. Windows color (decimal): -3897671 or 12158660. OLE color: 12158660.

HSL color Cylindrical-coordinate representation of color #C486B9: hue angle of 310.65º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C486B9 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB196134185-
CMYK00.320.060.23
HSL310.65º34.44%64.71%-
HSV(B)310.65º31.63%76.86%-
XYZ40.0532.2950.02-
YUV158.35143.04154.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=38.06%
G=26.02%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613418500.320.060.23310.6534.4464.71
HexC486B90206171372241
Octal30420627104062746742101
Binary1100010010000110101110010100000110101111001101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486B9; }

 p { color: rgb(196,134,185); }

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

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

 a { background-color: rgb(196,134,185); }

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

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

 span { border-color: rgb(196,134,185); }

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