#C584BA

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

Shades of London Hue #C584BA

Tints of London Hue #C584BA

Color information

#C584BA (or 0xC584BA) is unknown color: approx London Hue. HEX triplet: C5, 84 and BA. RGB value is (197,132,186). Sum of RGB (Red+Green+Blue) = 197+132+186=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C584BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584BA is #3A7B45. Grayscale: #9D9D9D. Windows color (decimal): -3832646 or 12223685. OLE color: 12223685.

HSL color Cylindrical-coordinate representation of color #C584BA: hue angle of 310.15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C584BA is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197132186-
CMYK00.330.060.23
HSL310.15º35.91%64.51%-
HSV(B)310.15º32.99%77.25%-
XYZ40.1431.9250.5-
YUV157.59144.03156.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=38.25%
G=25.63%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713218600.330.060.23310.1535.9164.51
HexC584BA0216171362441
Octal30520427204162746644101
Binary1100010110000100101110100100001110101111001101101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C584BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C584BA; }

 p { color: rgb(197,132,186); }

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

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

 a { background-color: rgb(197,132,186); }

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

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

 span { border-color: rgb(197,132,186); }

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