Html Css Color HEX #C089BD London Hue

📋 copy color: '#C089BD'

red 192 ◦ green 137 ◦ blue 189

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

Shades of London Hue #C089BD

Tints of London Hue #C089BD

RGB

 RED value IS 192 (75.39% from 255) = 37.07%

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

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

R = 37.07%
G = 26.45%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C089BD (or 0xC089BD) is known color: London Hue. HEX triplet: C0, 89 and BD. RGB value is (192,137,189). Sum of RGB (Red+Green+Blue) = 192+137+189=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C089BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089BD is #3F7642. Grayscale: #9F9F9F. Windows color (decimal): -4159043 or 12421568. OLE color: 12421568.

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

Color convert

RGB 192 137 189 -
CMYK 0 0.29 0.02 0.25
HSL 303.27º 0.3% 0.65% -
HSV(B) 303.27º 0.29% 0.75% -
XYZ 39.87 32.77 52.37 -
YUV 159.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 192 137 189 0 0.29 0.02 0.25 303.27 0.3 0.65
Hex C0 89 BD 0 1D 2 19 12F 1E 41
Octal 300 211 275 0 35 2 31 457 36 101
Binary 11000000 10001001 10111101 0 11101 10 11001 100101111 11110 1000001

Color Harmonies of #C089BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C089BD

Black with #C089BD

Text Example


Text Example

White with #C089BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C089BD; }

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

 H1.HeaderClassName
 {
   color: #C089BD;
 }
 .AnyTagClassName
 {
   color: #C089BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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