#C180B1

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

Shades of London Hue #C180B1

Tints of London Hue #C180B1

Color information

#C180B1 (or 0xC180B1) is unknown color: approx London Hue. HEX triplet: C1, 80 and B1. RGB value is (193,128,177). Sum of RGB (Red+Green+Blue) = 193+128+177=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C180B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C180B1 is #3E7F4E. Grayscale: #989898. Windows color (decimal): -4095823 or 11632833. OLE color: 11632833.

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

Color convert

RGB193128177-
CMYK00.340.080.24
HSL314.77º34.39%62.94%-
HSV(B)314.77º33.68%75.69%-
XYZ37.6529.9545.39-
YUV153.02141.53156.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=38.76%
G=25.70%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312817700.340.080.24314.7734.3962.94
HexC180B102281813b223f
Octal30120026104210304734277
Binary1100000110000000101100010100010100011000100111011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180B1; }

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

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

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

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

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

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

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

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