#C586BC

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

Shades of London Hue #C586BC

Tints of London Hue #C586BC

Color information

#C586BC (or 0xC586BC) is unknown color: approx London Hue. HEX triplet: C5, 86 and BC. RGB value is (197,134,188). Sum of RGB (Red+Green+Blue) = 197+134+188=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C586BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586BC is #3A7943. Grayscale: #9E9E9E. Windows color (decimal): -3832132 or 12355269. OLE color: 12355269.

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

Color convert

RGB197134188-
CMYK00.320.050.23
HSL308.57º35.2%64.9%-
HSV(B)308.57º31.98%77.25%-
XYZ40.6332.5551.72-
YUV158.99144.37155.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=37.96%
G=25.82%
B=36.22%

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
Decimal19713418800.320.050.23308.5735.264.9
HexC586BC0205171352341
Octal30520627404052746543101
Binary1100010110000110101111000100000101101111001101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586BC; }

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

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

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

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

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

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

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

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