#C47AB6

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

Shades of London Hue #C47AB6

Tints of London Hue #C47AB6

Color information

#C47AB6 (or 0xC47AB6) is unknown color: approx London Hue. HEX triplet: C4, 7A and B6. RGB value is (196,122,182). Sum of RGB (Red+Green+Blue) = 196+122+182=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AB6 is #3B8549. Grayscale: #969696. Windows color (decimal): -3900746 or 11958980. OLE color: 11958980.

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

Color convert

RGB196122182-
CMYK00.380.070.23
HSL311.35º38.54%62.35%-
HSV(B)311.35º37.76%76.86%-
XYZ38.1729.0347.85-
YUV150.97145.52160.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 122 (48.05% from 255) = 24.4%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=39.2%
G=24.4%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612218200.380.070.23311.3538.5462.35
HexC47AB6026717137273e
Octal3041722660467274674776
Binary11000100111101010110110010011011110111100110111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47AB6; }

 p { color: rgb(196,122,182); }

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

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

 a { background-color: rgb(196,122,182); }

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

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

 span { border-color: rgb(196,122,182); }

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