#C480BC

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

Shades of London Hue #C480BC

Tints of London Hue #C480BC

Color information

#C480BC (or 0xC480BC) is unknown color: approx London Hue. HEX triplet: C4, 80 and BC. RGB value is (196,128,188). Sum of RGB (Red+Green+Blue) = 196+128+188=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C480BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480BC is #3B7F43. Grayscale: #9B9B9B. Windows color (decimal): -3899204 or 12353732. OLE color: 12353732.

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

Color convert

RGB196128188-
CMYK00.350.040.23
HSL307.06º36.56%63.53%-
HSV(B)307.06º34.69%76.86%-
XYZ39.5630.851.44-
YUV155.17146.53157.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=38.28%
G=25%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612818800.350.040.23307.0636.5663.53
HexC480BC0234171332540
Octal30420027404342746345100
Binary1100010010000000101111000100011100101111001100111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480BC; }

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

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

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

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

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

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

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

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