#C181BB

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

Shades of London Hue #C181BB

Tints of London Hue #C181BB

Color information

#C181BB (or 0xC181BB) is unknown color: approx London Hue. HEX triplet: C1, 81 and BB. RGB value is (193,129,187). Sum of RGB (Red+Green+Blue) = 193+129+187=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C181BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181BB is #3E7E44. Grayscale: #9A9A9A. Windows color (decimal): -4095557 or 12288449. OLE color: 12288449.

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

Color convert

RGB193129187-
CMYK00.330.030.24
HSL305.62º34.04%63.14%-
HSV(B)305.62º33.16%75.69%-
XYZ38.8130.6350.88-
YUV154.75146.2155.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=37.92%
G=25.34%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312918700.330.030.24305.6234.0463.14
HexC181BB021318132223f
Octal3012012730413304624277
Binary11000001100000011011101101000011111000100110010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C181BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C181BB; }

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

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

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

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

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

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

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

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