#C180BC

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

Shades of London Hue #C180BC

Tints of London Hue #C180BC

Color information

#C180BC (or 0xC180BC) is unknown color: approx London Hue. HEX triplet: C1, 80 and BC. RGB value is (193,128,188). Sum of RGB (Red+Green+Blue) = 193+128+188=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C180BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180BC is #3E7F43. Grayscale: #9A9A9A. Windows color (decimal): -4095812 or 12353729. OLE color: 12353729.

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

Color convert

RGB193128188-
CMYK00.340.030.24
HSL304.62º34.39%62.94%-
HSV(B)304.62º33.68%75.69%-
XYZ38.7930.4151.4-
YUV154.27147.03155.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=37.92%
G=25.15%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312818800.340.030.24304.6234.3962.94
HexC180BC022318131223f
Octal3012002740423304614277
Binary11000001100000001011110001000101111000100110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180BC; }

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

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

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

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

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

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

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

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