#C57EB9

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

Shades of London Hue #C57EB9

Tints of London Hue #C57EB9

Color information

#C57EB9 (or 0xC57EB9) is unknown color: approx London Hue. HEX triplet: C5, 7E and B9. RGB value is (197,126,185). Sum of RGB (Red+Green+Blue) = 197+126+185=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EB9 is #3A8146. Grayscale: #999999. Windows color (decimal): -3834183 or 12156613. OLE color: 12156613.

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

Color convert

RGB197126185-
CMYK00.360.060.23
HSL310.14º37.97%63.33%-
HSV(B)310.14º36.04%77.25%-
XYZ39.2430.2949.68-
YUV153.95145.52158.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 126 (49.61% from 255) = 24.80%
BLUE value IS 185 (72.66% from 255) = 36.42%
R=38.78%
G=24.80%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712618500.360.060.23310.1437.9763.33
HexC57EB9024617136263f
Octal3051762710446274664677
Binary11000101111111010111001010010011010111100110110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57EB9; }

 p { color: rgb(197,126,185); }

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

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

 a { background-color: rgb(197,126,185); }

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

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

 span { border-color: rgb(197,126,185); }

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