Html Css Color HEX #C189BD London Hue

📋 copy color: '#C189BD'

red 193 ◦ green 137 ◦ blue 189

#C189BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C189BD

Tints of London Hue #C189BD

RGB

 RED value IS 193 (75.78% from 255) = 37.19%

 GREEN value IS 137 (53.91% from 255) = 26.4%

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 37.19%
G = 26.4%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C189BD (or 0xC189BD) is known color: 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

RGB 193 137 189 -
CMYK 0 0.29 0.02 0.24
HSL 304.29º 0.31% 0.65% -
HSV(B) 304.29º 0.29% 0.76% -
XYZ 40.12 32.9 52.38 -
YUV 159.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 193 137 189 0 0.29 0.02 0.24 304.29 0.31 0.65
Hex C1 89 BD 0 1D 2 18 130 1F 41
Octal 301 211 275 0 35 2 30 460 37 101
Binary 11000001 10001001 10111101 0 11101 10 11000 100110000 11111 1000001

Color Harmonies of #C189BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C189BD

Black with #C189BD

Text Example


Text Example

White with #C189BD

Text Example


Text Example

HTML Codes & Css Web 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>