#C57EBA

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

Shades of London Hue #C57EBA

Tints of London Hue #C57EBA

Color information

#C57EBA (or 0xC57EBA) is unknown color: approx London Hue. HEX triplet: C5, 7E and BA. RGB value is (197,126,186). Sum of RGB (Red+Green+Blue) = 197+126+186=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EBA is #3A8145. Grayscale: #999999. Windows color (decimal): -3834182 or 12222149. OLE color: 12222149.

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

Color convert

RGB197126186-
CMYK00.360.060.23
HSL309.3º37.97%63.33%-
HSV(B)309.3º36.04%77.25%-
XYZ39.3530.3450.24-
YUV154.07146.02158.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=38.70%
G=24.75%
B=36.54%

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
Decimal19712618600.360.060.23309.337.9763.33
HexC57EBA024617135263f
Octal3051762720446274654677
Binary11000101111111010111010010010011010111100110101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57EBA; }

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

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

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

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

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

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

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

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