#C480B3

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

Shades of London Hue #C480B3

Tints of London Hue #C480B3

Color information

#C480B3 (or 0xC480B3) is unknown color: approx London Hue. HEX triplet: C4, 80 and B3. RGB value is (196,128,179). Sum of RGB (Red+Green+Blue) = 196+128+179=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C480B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480B3 is #3B7F4C. Grayscale: #9A9A9A. Windows color (decimal): -3899213 or 11763908. OLE color: 11763908.

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

Color convert

RGB196128179-
CMYK00.350.090.23
HSL315º36.56%63.53%-
HSV(B)315º34.69%76.86%-
XYZ38.6230.4346.49-
YUV154.15142.03157.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=38.97%
G=25.45%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612817900.350.090.2331536.5663.53
HexC480B302391713b2540
Octal304200263043112747345100
Binary11000100100000001011001101000111001101111001110111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480B3; }

 p { color: rgb(196,128,179); }

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

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

 a { background-color: rgb(196,128,179); }

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

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

 span { border-color: rgb(196,128,179); }

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