#C089BC

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

Shades of London Hue #C089BC

Tints of London Hue #C089BC

Color information

#C089BC (or 0xC089BC) is unknown color: approx London Hue. HEX triplet: C0, 89 and BC. RGB value is (192,137,188). Sum of RGB (Red+Green+Blue) = 192+137+188=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C089BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089BC is #3F7643. Grayscale: #9F9F9F. Windows color (decimal): -4159044 or 12356032. OLE color: 12356032.

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

Color convert

RGB192137188-
CMYK00.290.020.25
HSL304.36º30.39%64.51%-
HSV(B)304.36º28.65%75.29%-
XYZ39.7632.7351.8-
YUV159.26144.22151.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=37.14%
G=26.50%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213718800.290.020.25304.3630.3964.51
HexC089BC01D2191301e41
Octal30021127403523146036101
Binary1100000010001001101111000111011011001100110000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C089BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C089BC; }

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

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

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

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

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

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

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

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