#C476B2

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

Shades of London Hue #C476B2

Tints of London Hue #C476B2

Color information

#C476B2 (or 0xC476B2) is unknown color: approx London Hue. HEX triplet: C4, 76 and B2. RGB value is (196,118,178). Sum of RGB (Red+Green+Blue) = 196+118+178=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C476B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C476B2 is #3B894D. Grayscale: #949494. Windows color (decimal): -3901774 or 11695812. OLE color: 11695812.

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

Color convert

RGB196118178-
CMYK00.400.090.23
HSL313.85º39.8%61.57%-
HSV(B)313.85º39.8%76.86%-
XYZ37.2827.9145.54-
YUV148.16144.84162.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=39.84%
G=23.98%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611817800.400.090.23313.8539.861.57
HexC476B202891713a283e
Octal30416626205011274725076
Binary110001001110110101100100101000100110111100111010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476B2; }

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

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

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

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

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

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

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

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