#C088B2

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

Shades of London Hue #C088B2

Tints of London Hue #C088B2

Color information

#C088B2 (or 0xC088B2) is unknown color: approx London Hue. HEX triplet: C0, 88 and B2. RGB value is (192,136,178). Sum of RGB (Red+Green+Blue) = 192+136+178=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088B2 is #3F774D. Grayscale: #9D9D9D. Windows color (decimal): -4159310 or 11700416. OLE color: 11700416.

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

Color convert

RGB192136178-
CMYK00.290.070.25
HSL315º30.77%64.31%-
HSV(B)315º29.17%75.29%-
XYZ38.5832.0346.27-
YUV157.53139.55152.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 178 (69.92% from 255) = 35.18%
R=37.94%
G=26.88%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213617800.290.070.2531530.7764.31
HexC088B201D71913b1f40
Octal30021026203573147337100
Binary11000000100010001011001001110111111001100111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088B2; }

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

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

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

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

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

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

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

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