#C088BD

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

Shades of London Hue #C088BD

Tints of London Hue #C088BD

Color information

#C088BD (or 0xC088BD) is unknown color: approx London Hue. HEX triplet: C0, 88 and BD. RGB value is (192,136,189). Sum of RGB (Red+Green+Blue) = 192+136+189=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C088BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088BD is #3F7742. Grayscale: #9E9E9E. Windows color (decimal): -4159299 or 12421312. OLE color: 12421312.

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

Color convert

RGB192136189-
CMYK00.290.020.25
HSL303.21º30.77%64.31%-
HSV(B)303.21º29.17%75.29%-
XYZ39.7332.4952.32-
YUV158.79145.05151.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=37.14%
G=26.31%
B=36.56%

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
Decimal19213618900.290.020.25303.2130.7764.31
HexC088BD01D21912f1f40
Octal30021027503523145737100
Binary1100000010001000101111010111011011001100101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088BD; }

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

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

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

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

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

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

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

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