#C189B4

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

Shades of London Hue #C189B4

Tints of London Hue #C189B4

Color information

#C189B4 (or 0xC189B4) is unknown color: approx London Hue. HEX triplet: C1, 89 and B4. RGB value is (193,137,180). Sum of RGB (Red+Green+Blue) = 193+137+180=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C189B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189B4 is #3E764B. Grayscale: #9E9E9E. Windows color (decimal): -4093516 or 11831745. OLE color: 11831745.

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

Color convert

RGB193137180-
CMYK00.290.070.24
HSL313.93º31.11%64.71%-
HSV(B)313.93º29.02%75.69%-
XYZ39.1832.5247.39-
YUV158.65140.05152.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=37.84%
G=26.86%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313718000.290.070.24313.9331.1164.71
HexC189B401D71813a1f41
Octal30121126403573047237101
Binary11000001100010011011010001110111111000100111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C189B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C189B4; }

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

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

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

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

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

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

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

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