#C586B9

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

Shades of London Hue #C586B9

Tints of London Hue #C586B9

Color information

#C586B9 (or 0xC586B9) is unknown color: approx London Hue. HEX triplet: C5, 86 and B9. RGB value is (197,134,185). Sum of RGB (Red+Green+Blue) = 197+134+185=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C586B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586B9 is #3A7946. Grayscale: #9E9E9E. Windows color (decimal): -3832135 or 12158661. OLE color: 12158661.

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

Color convert

RGB197134185-
CMYK00.320.060.23
HSL311.43º35.2%64.9%-
HSV(B)311.43º31.98%77.25%-
XYZ40.3132.4250.03-
YUV158.65142.87155.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.18%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=38.18%
G=25.97%
B=35.85%

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
Decimal19713418500.320.060.23311.4335.264.9
HexC586B90206171372341
Octal30520627104062746743101
Binary1100010110000110101110010100000110101111001101111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586B9; }

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

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

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

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

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

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

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

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