#C280BE

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

Shades of London Hue #C280BE

Tints of London Hue #C280BE

Color information

#C280BE (or 0xC280BE) is unknown color: approx London Hue. HEX triplet: C2, 80 and BE. RGB value is (194,128,190). Sum of RGB (Red+Green+Blue) = 194+128+190=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C280BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280BE is #3D7F41. Grayscale: #9A9A9A. Windows color (decimal): -4030274 or 12484802. OLE color: 12484802.

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

Color convert

RGB194128190-
CMYK00.340.020.24
HSL303.64º35.11%63.14%-
HSV(B)303.64º34.02%76.08%-
XYZ39.2630.6352.56-
YUV154.8147.87155.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=37.89%
G=25%
B=37.11%

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
Decimal19412819000.340.020.24303.6435.1163.14
HexC280BE022218130233f
Octal3022002760422304604377
Binary11000010100000001011111001000101011000100110000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280BE; }

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

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

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

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

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

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

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

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