#C580BB

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

Shades of London Hue #C580BB

Tints of London Hue #C580BB

Color information

#C580BB (or 0xC580BB) is unknown color: approx London Hue. HEX triplet: C5, 80 and BB. RGB value is (197,128,187). Sum of RGB (Red+Green+Blue) = 197+128+187=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C580BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580BB is #3A7F44. Grayscale: #9B9B9B. Windows color (decimal): -3833669 or 12288197. OLE color: 12288197.

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

Color convert

RGB197128187-
CMYK00.350.050.23
HSL308.7º37.3%63.73%-
HSV(B)308.7º35.03%77.25%-
XYZ39.7130.950.88-
YUV155.36145.86157.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=38.48%
G=25%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712818700.350.050.23308.737.363.73
HexC580BB0235171352540
Octal30520027304352746545100
Binary1100010110000000101110110100011101101111001101011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580BB; }

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

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

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

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

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

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

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

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