#C189BD

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

Shades of London Hue #C189BD

Tints of London Hue #C189BD

Color information

#C189BD (or 0xC189BD) is unknown color: approx London Hue. HEX triplet: C1, 89 and BD. RGB value is (193,137,189). Sum of RGB (Red+Green+Blue) = 193+137+189=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C189BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189BD is #3E7642. Grayscale: #9F9F9F. Windows color (decimal): -4093507 or 12421569. OLE color: 12421569.

HSL color Cylindrical-coordinate representation of color #C189BD: hue angle of 304.29º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C189BD is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193137189-
CMYK00.290.020.24
HSL304.29º31.11%64.71%-
HSV(B)304.29º29.02%75.69%-
XYZ40.1232.952.38-
YUV159.67144.55151.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=37.19%
G=26.40%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313718900.290.020.24304.2931.1164.71
HexC189BD01D2181301f41
Octal30121127503523046037101
Binary1100000110001001101111010111011011000100110000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C189BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C189BD; }

 p { color: rgb(193,137,189); }

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

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

 a { background-color: rgb(193,137,189); }

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

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

 span { border-color: rgb(193,137,189); }

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