#C480B9

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

Shades of London Hue #C480B9

Tints of London Hue #C480B9

Color information

#C480B9 (or 0xC480B9) is unknown color: approx London Hue. HEX triplet: C4, 80 and B9. RGB value is (196,128,185). Sum of RGB (Red+Green+Blue) = 196+128+185=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C480B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480B9 is #3B7F46. Grayscale: #9A9A9A. Windows color (decimal): -3899207 or 12157124. OLE color: 12157124.

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

Color convert

RGB196128185-
CMYK00.350.060.23
HSL309.71º36.56%63.53%-
HSV(B)309.71º34.69%76.86%-
XYZ39.2430.6849.75-
YUV154.83145.03157.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=38.51%
G=25.15%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612818500.350.060.23309.7136.5663.53
HexC480B90236171362540
Octal30420027104362746645100
Binary1100010010000000101110010100011110101111001101101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480B9; }

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

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

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

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

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

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

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

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