#C476B1

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

Shades of London Hue #C476B1

Tints of London Hue #C476B1

Color information

#C476B1 (or 0xC476B1) is unknown color: approx London Hue. HEX triplet: C4, 76 and B1. RGB value is (196,118,177). Sum of RGB (Red+Green+Blue) = 196+118+177=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C476B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C476B1 is #3B894E. Grayscale: #939393. Windows color (decimal): -3901775 or 11630276. OLE color: 11630276.

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

Color convert

RGB196118177-
CMYK00.400.100.23
HSL314.62º39.8%61.57%-
HSV(B)314.62º39.8%76.86%-
XYZ37.1827.8745.01-
YUV148.05144.34162.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=39.92%
G=24.03%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611817700.400.100.23314.6239.861.57
HexC476B1028A1713b283e
Octal30416626105012274735076
Binary110001001110110101100010101000101010111100111011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476B1; }

 p { color: rgb(196,118,177); }

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

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

 a { background-color: rgb(196,118,177); }

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

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

 span { border-color: rgb(196,118,177); }

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