#C57AB0

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

Shades of London Hue #C57AB0

Tints of London Hue #C57AB0

Color information

#C57AB0 (or 0xC57AB0) is unknown color: approx London Hue. HEX triplet: C5, 7A and B0. RGB value is (197,122,176). Sum of RGB (Red+Green+Blue) = 197+122+176=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AB0 is #3A854F. Grayscale: #969696. Windows color (decimal): -3835216 or 11565765. OLE color: 11565765.

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

Color convert

RGB197122176-
CMYK00.380.110.23
HSL316.8º39.27%62.55%-
HSV(B)316.8º38.07%77.25%-
XYZ37.8228.9244.66-
YUV150.58142.35161.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.80%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 176 (69.14% from 255) = 35.56%
R=39.80%
G=24.65%
B=35.56%

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
Decimal19712217600.380.110.23316.839.2762.55
HexC57AB0026B1713d273f
Octal30517226004613274754777
Binary110001011111010101100000100110101110111100111101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AB0; }

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

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

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

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

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

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

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

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