#C089BA

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

Shades of London Hue #C089BA

Tints of London Hue #C089BA

Color information

#C089BA (or 0xC089BA) is unknown color: approx London Hue. HEX triplet: C0, 89 and BA. RGB value is (192,137,186). Sum of RGB (Red+Green+Blue) = 192+137+186=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C089BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089BA is #3F7645. Grayscale: #9E9E9E. Windows color (decimal): -4159046 or 12224960. OLE color: 12224960.

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

Color convert

RGB192137186-
CMYK00.290.030.25
HSL306.55º30.39%64.51%-
HSV(B)306.55º28.65%75.29%-
XYZ39.5532.6450.67-
YUV159.03143.22151.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=37.28%
G=26.60%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213718600.290.030.25306.5530.3964.51
HexC089BA01D3191331e41
Octal30021127203533146336101
Binary1100000010001001101110100111011111001100110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C089BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C089BA; }

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

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

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

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

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

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

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

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