#C180AE

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

Shades of London Hue #C180AE

Tints of London Hue #C180AE

Color information

#C180AE (or 0xC180AE) is unknown color: approx London Hue. HEX triplet: C1, 80 and AE. RGB value is (193,128,174). Sum of RGB (Red+Green+Blue) = 193+128+174=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C180AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C180AE is #3E7F51. Grayscale: #989898. Windows color (decimal): -4095826 or 11436225. OLE color: 11436225.

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

Color convert

RGB193128174-
CMYK00.340.100.24
HSL317.54º34.39%62.94%-
HSV(B)317.54º33.68%75.69%-
XYZ37.3529.8343.83-
YUV152.68140.03156.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=38.99%
G=25.86%
B=35.15%

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
Decimal19312817400.340.100.24317.5434.3962.94
HexC180AE022A1813e223f
Octal30120025604212304764277
Binary1100000110000000101011100100010101011000100111110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180AE; }

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

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

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

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

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

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

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

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