#C280AF

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

Shades of London Hue #C280AF

Tints of London Hue #C280AF

Color information

#C280AF (or 0xC280AF) is unknown color: approx London Hue. HEX triplet: C2, 80 and AF. RGB value is (194,128,175). Sum of RGB (Red+Green+Blue) = 194+128+175=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C280AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C280AF is #3D7F50. Grayscale: #989898. Windows color (decimal): -4030289 or 11501762. OLE color: 11501762.

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

Color convert

RGB194128175-
CMYK00.340.100.24
HSL317.27º35.11%63.14%-
HSV(B)317.27º34.02%76.08%-
XYZ37.713044.36-
YUV153.09140.37157.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=39.03%
G=25.75%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412817500.340.100.24317.2735.1163.14
HexC280AF022A1813d233f
Octal30220025704212304754377
Binary1100001010000000101011110100010101011000100111101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280AF; }

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

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

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

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

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

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

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

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