#C576B0

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

Shades of London Hue #C576B0

Tints of London Hue #C576B0

Color information

#C576B0 (or 0xC576B0) is unknown color: approx London Hue. HEX triplet: C5, 76 and B0. RGB value is (197,118,176). Sum of RGB (Red+Green+Blue) = 197+118+176=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C576B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C576B0 is #3A894F. Grayscale: #949494. Windows color (decimal): -3836240 or 11564741. OLE color: 11564741.

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

Color convert

RGB197118176-
CMYK00.400.110.23
HSL315.95º40.51%61.76%-
HSV(B)315.95º40.1%77.25%-
XYZ37.3427.9644.5-
YUV148.23143.67162.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=40.12%
G=24.03%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711817600.400.110.23315.9540.5161.76
HexC576B0028B1713c293e
Octal30516626005013274745176
Binary110001011110110101100000101000101110111100111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576B0; }

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

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

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

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

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

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

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

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