#c47cae

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

Shades of London Hue #C47CAE

Tints of London Hue #C47CAE

Color information

#C47CAE (or 0xC47CAE) is unknown color: approx London Hue. HEX triplet: C4, 7C and AE. RGB value is (196,124,174). Sum of RGB (Red+Green+Blue) = 196+124+174=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CAE is #3B8351. Grayscale: #979797. Windows color (decimal): -3900242 or 11435204. OLE color: 11435204.

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

Color convert

RGB196124174-
CMYK00.370.110.23
HSL318.33º37.89%62.75%-
HSV(B)318.33º36.73%76.86%-
XYZ37.6129.2143.7-
YUV151.23140.85159.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 124 (48.83% from 255) = 25.10%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=39.68%
G=25.10%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612417400.370.110.23318.3337.8962.75
HexC47CAE025B1713e263f
Octal30417425604513274764677
Binary110001001111100101011100100101101110111100111110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47cae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47cae; }

 p { color: rgb(196,124,174); }

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

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

 a { background-color: rgb(196,124,174); }

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

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

 span { border-color: rgb(196,124,174); }

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