#C181BA

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

Shades of London Hue #C181BA

Tints of London Hue #C181BA

Color information

#C181BA (or 0xC181BA) is unknown color: approx London Hue. HEX triplet: C1, 81 and BA. RGB value is (193,129,186). Sum of RGB (Red+Green+Blue) = 193+129+186=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C181BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181BA is #3E7E45. Grayscale: #9A9A9A. Windows color (decimal): -4095558 or 12222913. OLE color: 12222913.

HSL color Cylindrical-coordinate representation of color #C181BA: hue angle of 306.56º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C181BA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193129186-
CMYK00.330.040.24
HSL306.56º34.04%63.14%-
HSV(B)306.56º33.16%75.69%-
XYZ38.7130.5850.32-
YUV154.63145.7155.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=37.99%
G=25.39%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312918600.330.040.24306.5634.0463.14
HexC181BA021418133223f
Octal3012012720414304634277
Binary110000011000000110111010010000110011000100110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C181BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C181BA; }

 p { color: rgb(193,129,186); }

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

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

 a { background-color: rgb(193,129,186); }

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

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

 span { border-color: rgb(193,129,186); }

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