#C480BE

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

Shades of London Hue #C480BE

Tints of London Hue #C480BE

Color information

#C480BE (or 0xC480BE) is unknown color: approx London Hue. HEX triplet: C4, 80 and BE. RGB value is (196,128,190). Sum of RGB (Red+Green+Blue) = 196+128+190=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C480BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480BE is #3B7F41. Grayscale: #9B9B9B. Windows color (decimal): -3899202 or 12484804. OLE color: 12484804.

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

Color convert

RGB196128190-
CMYK00.350.030.23
HSL305.29º36.56%63.53%-
HSV(B)305.29º34.69%76.86%-
XYZ39.7830.8952.58-
YUV155.4147.53156.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 128 (50.39% from 255) = 24.90%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=38.13%
G=24.90%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612819000.350.030.23305.2936.5663.53
HexC480BE0233171312540
Octal30420027604332746145100
Binary110001001000000010111110010001111101111001100011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480BE; }

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

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

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

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

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

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

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

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