#C280BC

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

Shades of London Hue #C280BC

Tints of London Hue #C280BC

Color information

#C280BC (or 0xC280BC) is unknown color: approx London Hue. HEX triplet: C2, 80 and BC. RGB value is (194,128,188). Sum of RGB (Red+Green+Blue) = 194+128+188=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C280BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280BC is #3D7F43. Grayscale: #9A9A9A. Windows color (decimal): -4030276 or 12353730. OLE color: 12353730.

HSL color Cylindrical-coordinate representation of color #C280BC: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C280BC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194128188-
CMYK00.340.030.24
HSL305.45º35.11%63.14%-
HSV(B)305.45º34.02%76.08%-
XYZ39.0430.5451.41-
YUV154.57146.87156.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=38.04%
G=25.10%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412818800.340.030.24305.4535.1163.14
HexC280BC022318131233f
Octal3022002740423304614377
Binary11000010100000001011110001000101111000100110001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280BC; }

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

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

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

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

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

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

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

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