#C180AF

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

Shades of London Hue #C180AF

Tints of London Hue #C180AF

Color information

#C180AF (or 0xC180AF) is unknown color: approx London Hue. HEX triplet: C1, 80 and AF. RGB value is (193,128,175). Sum of RGB (Red+Green+Blue) = 193+128+175=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C180AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C180AF is #3E7F50. Grayscale: #989898. Windows color (decimal): -4095825 or 11501761. OLE color: 11501761.

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

Color convert

RGB193128175-
CMYK00.340.090.24
HSL316.62º34.39%62.94%-
HSV(B)316.62º33.68%75.69%-
XYZ37.4529.8744.35-
YUV152.79140.53156.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=38.91%
G=25.81%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312817500.340.090.24316.6234.3962.94
HexC180AF02291813d223f
Octal30120025704211304754277
Binary1100000110000000101011110100010100111000100111101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180AF; }

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

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

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

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

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

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

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

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