#C57BB0

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

Shades of London Hue #C57BB0

Tints of London Hue #C57BB0

Color information

#C57BB0 (or 0xC57BB0) is unknown color: approx London Hue. HEX triplet: C5, 7B and B0. RGB value is (197,123,176). Sum of RGB (Red+Green+Blue) = 197+123+176=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57BB0 is #3A844F. Grayscale: #979797. Windows color (decimal): -3834960 or 11566021. OLE color: 11566021.

HSL color Cylindrical-coordinate representation of color #C57BB0: hue angle of 317.03º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57BB0 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB197123176-
CMYK00.380.110.23
HSL317.03º38.95%62.75%-
HSV(B)317.03º37.56%77.25%-
XYZ37.9529.1744.7-
YUV151.17142.02160.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 123 (48.44% from 255) = 24.80%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=39.72%
G=24.80%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712317600.380.110.23317.0338.9562.75
HexC57BB0026B1713d273f
Octal30517326004613274754777
Binary110001011111011101100000100110101110111100111101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57BB0; }

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

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

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

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

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

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

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

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