#C088BA

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

Shades of London Hue #C088BA

Tints of London Hue #C088BA

Color information

#C088BA (or 0xC088BA) is unknown color: approx London Hue. HEX triplet: C0, 88 and BA. RGB value is (192,136,186). Sum of RGB (Red+Green+Blue) = 192+136+186=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C088BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088BA is #3F7745. Grayscale: #9E9E9E. Windows color (decimal): -4159302 or 12224704. OLE color: 12224704.

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

Color convert

RGB192136186-
CMYK00.290.030.25
HSL306.43º30.77%64.31%-
HSV(B)306.43º29.17%75.29%-
XYZ39.4132.3650.62-
YUV158.44143.55151.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=37.35%
G=26.46%
B=36.19%

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
Decimal19213618600.290.030.25306.4330.7764.31
HexC088BA01D3191321f40
Octal30021027203533146237100
Binary1100000010001000101110100111011111001100110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088BA; }

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

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

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

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

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

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

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

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