#C486BA

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

Shades of London Hue #C486BA

Tints of London Hue #C486BA

Color information

#C486BA (or 0xC486BA) is unknown color: approx London Hue. HEX triplet: C4, 86 and BA. RGB value is (196,134,186). Sum of RGB (Red+Green+Blue) = 196+134+186=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C486BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486BA is #3B7945. Grayscale: #9E9E9E. Windows color (decimal): -3897670 or 12224196. OLE color: 12224196.

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

Color convert

RGB196134186-
CMYK00.320.050.23
HSL309.68º34.44%64.71%-
HSV(B)309.68º31.63%76.86%-
XYZ40.1532.3350.58-
YUV158.47143.54154.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=37.98%
G=25.97%
B=36.05%

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
Decimal19613418600.320.050.23309.6834.4464.71
HexC486BA0205171362241
Octal30420627204052746642101
Binary1100010010000110101110100100000101101111001101101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486BA; }

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

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

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

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

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

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

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

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