#c576b5

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

Shades of London Hue #C576B5

Tints of London Hue #C576B5

Color information

#C576B5 (or 0xC576B5) is unknown color: approx London Hue. HEX triplet: C5, 76 and B5. RGB value is (197,118,181). Sum of RGB (Red+Green+Blue) = 197+118+181=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C576B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576B5 is #3A894A. Grayscale: #949494. Windows color (decimal): -3836235 or 11892421. OLE color: 11892421.

HSL color Cylindrical-coordinate representation of color #C576B5: hue angle of 312.15º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C576B5 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB197118181-
CMYK00.400.080.23
HSL312.15º40.51%61.76%-
HSV(B)312.15º40.1%77.25%-
XYZ37.8428.1647.16-
YUV148.8146.17162.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=39.72%
G=23.79%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711818100.400.080.23312.1540.5161.76
HexC576B5028817138293e
Octal30516626505010274705176
Binary110001011110110101101010101000100010111100111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c576b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c576b5; }

 p { color: rgb(197,118,181); }

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

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

 a { background-color: rgb(197,118,181); }

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

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

 span { border-color: rgb(197,118,181); }

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