#C189BA

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

Shades of London Hue #C189BA

Tints of London Hue #C189BA

Color information

#C189BA (or 0xC189BA) is unknown color: approx London Hue. HEX triplet: C1, 89 and BA. RGB value is (193,137,186). Sum of RGB (Red+Green+Blue) = 193+137+186=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C189BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189BA is #3E7645. Grayscale: #9F9F9F. Windows color (decimal): -4093510 or 12224961. OLE color: 12224961.

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

Color convert

RGB193137186-
CMYK00.290.040.24
HSL307.5º31.11%64.71%-
HSV(B)307.5º29.02%75.69%-
XYZ39.832.7750.68-
YUV159.33143.05152.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=37.40%
G=26.55%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313718600.290.040.24307.531.1164.71
HexC189BA01D4181341f41
Octal30121127203543046437101
Binary11000001100010011011101001110110011000100110100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C189BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C189BA; }

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

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

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

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

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

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

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

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