#C580B7

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

Shades of London Hue #C580B7

Tints of London Hue #C580B7

Color information

#C580B7 (or 0xC580B7) is unknown color: approx London Hue. HEX triplet: C5, 80 and B7. RGB value is (197,128,183). Sum of RGB (Red+Green+Blue) = 197+128+183=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C580B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580B7 is #3A7F48. Grayscale: #9A9A9A. Windows color (decimal): -3833673 or 12026053. OLE color: 12026053.

HSL color Cylindrical-coordinate representation of color #C580B7: hue angle of 312.17º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C580B7 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB197128183-
CMYK00.350.070.23
HSL312.17º37.3%63.73%-
HSV(B)312.17º35.03%77.25%-
XYZ39.2930.7348.66-
YUV154.9143.86158.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=38.78%
G=25.20%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712818300.350.070.23312.1737.363.73
HexC580B70237171382540
Octal30520026704372747045100
Binary1100010110000000101101110100011111101111001110001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580B7; }

 p { color: rgb(197,128,183); }

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

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

 a { background-color: rgb(197,128,183); }

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

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

 span { border-color: rgb(197,128,183); }

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