#C576B1

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

Shades of London Hue #C576B1

Tints of London Hue #C576B1

Color information

#C576B1 (or 0xC576B1) is unknown color: approx London Hue. HEX triplet: C5, 76 and B1. RGB value is (197,118,177). Sum of RGB (Red+Green+Blue) = 197+118+177=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C576B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C576B1 is #3A894E. Grayscale: #949494. Windows color (decimal): -3836239 or 11630277. OLE color: 11630277.

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

Color convert

RGB197118177-
CMYK00.400.100.23
HSL315.19º40.51%61.76%-
HSV(B)315.19º40.1%77.25%-
XYZ37.442845.03-
YUV148.35144.17162.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=40.04%
G=23.98%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711817700.400.100.23315.1940.5161.76
HexC576B1028A1713b293e
Octal30516626105012274735176
Binary110001011110110101100010101000101010111100111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576B1; }

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

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

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

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

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

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

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

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