#c583ba

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

Shades of London Hue #C583BA

Tints of London Hue #C583BA

Color information

#C583BA (or 0xC583BA) is unknown color: approx London Hue. HEX triplet: C5, 83 and BA. RGB value is (197,131,186). Sum of RGB (Red+Green+Blue) = 197+131+186=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C583BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583BA is #3A7C45. Grayscale: #9C9C9C. Windows color (decimal): -3832902 or 12223429. OLE color: 12223429.

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

Color convert

RGB197131186-
CMYK00.340.060.23
HSL310º36.26%64.31%-
HSV(B)310º33.5%77.25%-
XYZ40.0131.6550.45-
YUV157144.37156.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=38.33%
G=25.49%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713118600.340.060.2331036.2664.31
HexC583BA0226171362440
Octal30520327204262746644100
Binary1100010110000011101110100100010110101111001101101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c583ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c583ba; }

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

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

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

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

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

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

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

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