#C581BA

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

Shades of London Hue #C581BA

Tints of London Hue #C581BA

Color information

#C581BA (or 0xC581BA) is unknown color: approx London Hue. HEX triplet: C5, 81 and BA. RGB value is (197,129,186). Sum of RGB (Red+Green+Blue) = 197+129+186=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C581BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581BA is #3A7E45. Grayscale: #9B9B9B. Windows color (decimal): -3833414 or 12222917. OLE color: 12222917.

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

Color convert

RGB197129186-
CMYK00.350.060.23
HSL309.71º36.96%63.92%-
HSV(B)309.71º34.52%77.25%-
XYZ39.7431.1250.37-
YUV155.83145.03157.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=38.48%
G=25.20%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712918600.350.060.23309.7136.9663.92
HexC581BA0236171362540
Octal30520127204362746645100
Binary1100010110000001101110100100011110101111001101101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581BA; }

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

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

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

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

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

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

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

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