#C280BF

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

Shades of London Hue #C280BF

Tints of London Hue #C280BF

Color information

#C280BF (or 0xC280BF) is unknown color: approx London Hue. HEX triplet: C2, 80 and BF. RGB value is (194,128,191). Sum of RGB (Red+Green+Blue) = 194+128+191=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C280BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280BF is #3D7F40. Grayscale: #9A9A9A. Windows color (decimal): -4030273 or 12550338. OLE color: 12550338.

HSL color Cylindrical-coordinate representation of color #C280BF: hue angle of 302.73º 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 #C280BF is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194128191-
CMYK00.340.020.24
HSL302.73º35.11%63.14%-
HSV(B)302.73º34.02%76.08%-
XYZ39.3730.6753.13-
YUV154.92148.37155.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 191 (75% from 255) = 37.23%
R=37.82%
G=24.95%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412819100.340.020.24302.7335.1163.14
HexC280BF02221812f233f
Octal3022002770422304574377
Binary11000010100000001011111101000101011000100101111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280BF; }

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

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

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

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

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

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

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

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