#C57FB6

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

Shades of London Hue #C57FB6

Tints of London Hue #C57FB6

Color information

#C57FB6 (or 0xC57FB6) is unknown color: approx London Hue. HEX triplet: C5, 7F and B6. RGB value is (197,127,182). Sum of RGB (Red+Green+Blue) = 197+127+182=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FB6 is #3A8049. Grayscale: #9A9A9A. Windows color (decimal): -3833930 or 11960261. OLE color: 11960261.

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

Color convert

RGB197127182-
CMYK00.360.080.23
HSL312.86º37.63%63.53%-
HSV(B)312.86º35.53%77.25%-
XYZ39.0630.4348.07-
YUV154.2143.69158.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=38.93%
G=25.10%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712718200.360.080.23312.8637.6363.53
HexC57FB60248171392640
Octal305177266044102747146100
Binary1100010111111111011011001001001000101111001110011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57FB6; }

 p { color: rgb(197,127,182); }

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

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

 a { background-color: rgb(197,127,182); }

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

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

 span { border-color: rgb(197,127,182); }

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