#C486BB

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

Shades of London Hue #C486BB

Tints of London Hue #C486BB

Color information

#C486BB (or 0xC486BB) is unknown color: approx London Hue. HEX triplet: C4, 86 and BB. RGB value is (196,134,187). Sum of RGB (Red+Green+Blue) = 196+134+187=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C486BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486BB is #3B7944. Grayscale: #9E9E9E. Windows color (decimal): -3897669 or 12289732. OLE color: 12289732.

HSL color Cylindrical-coordinate representation of color #C486BB: hue angle of 308.71º 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 #C486BB is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196134187-
CMYK00.320.050.23
HSL308.71º34.44%64.71%-
HSV(B)308.71º31.63%76.86%-
XYZ40.2632.3751.14-
YUV158.58144.04154.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=37.91%
G=25.92%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613418700.320.050.23308.7134.4464.71
HexC486BB0205171352241
Octal30420627304052746542101
Binary1100010010000110101110110100000101101111001101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486BB; }

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

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

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

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

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

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

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

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