#C181B9

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

Shades of London Hue #C181B9

Tints of London Hue #C181B9

Color information

#C181B9 (or 0xC181B9) is unknown color: approx London Hue. HEX triplet: C1, 81 and B9. RGB value is (193,129,185). Sum of RGB (Red+Green+Blue) = 193+129+185=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C181B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181B9 is #3E7E46. Grayscale: #9A9A9A. Windows color (decimal): -4095559 or 12157377. OLE color: 12157377.

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

Color convert

RGB193129185-
CMYK00.330.040.24
HSL307.5º34.04%63.14%-
HSV(B)307.5º33.16%75.69%-
XYZ38.630.5449.76-
YUV154.52145.2155.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=38.07%
G=25.44%
B=36.49%

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
Decimal19312918500.330.040.24307.534.0463.14
HexC181B9021418134223f
Octal3012012710414304644277
Binary110000011000000110111001010000110011000100110100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C181B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C181B9; }

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

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

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

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

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

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

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

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