#C57AB4

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

Shades of London Hue #C57AB4

Tints of London Hue #C57AB4

Color information

#C57AB4 (or 0xC57AB4) is unknown color: approx London Hue. HEX triplet: C5, 7A and B4. RGB value is (197,122,180). Sum of RGB (Red+Green+Blue) = 197+122+180=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AB4 is #3A854B. Grayscale: #969696. Windows color (decimal): -3835212 or 11827909. OLE color: 11827909.

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

Color convert

RGB197122180-
CMYK00.380.090.23
HSL313.6º39.27%62.55%-
HSV(B)313.6º38.07%77.25%-
XYZ38.2229.0846.78-
YUV151.04144.35160.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 122 (48.05% from 255) = 24.45%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=39.48%
G=24.45%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712218000.380.090.23313.639.2762.55
HexC57AB402691713a273f
Octal30517226404611274724777
Binary110001011111010101101000100110100110111100111010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AB4; }

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

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

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

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

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

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

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

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