#C57AB2

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

Shades of London Hue #C57AB2

Tints of London Hue #C57AB2

Color information

#C57AB2 (or 0xC57AB2) is unknown color: approx London Hue. HEX triplet: C5, 7A and B2. RGB value is (197,122,178). Sum of RGB (Red+Green+Blue) = 197+122+178=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AB2 is #3A854D. Grayscale: #969696. Windows color (decimal): -3835214 or 11696837. OLE color: 11696837.

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

Color convert

RGB197122178-
CMYK00.380.100.23
HSL315.2º39.27%62.55%-
HSV(B)315.2º38.07%77.25%-
XYZ38.022945.71-
YUV150.81143.35160.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=39.64%
G=24.55%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712217800.380.100.23315.239.2762.55
HexC57AB2026A1713b273f
Octal30517226204612274734777
Binary110001011111010101100100100110101010111100111011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AB2; }

 p { color: rgb(197,122,178); }

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

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

 a { background-color: rgb(197,122,178); }

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

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

 span { border-color: rgb(197,122,178); }

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