#C188BB

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

Shades of London Hue #C188BB

Tints of London Hue #C188BB

Color information

#C188BB (or 0xC188BB) is unknown color: approx London Hue. HEX triplet: C1, 88 and BB. RGB value is (193,136,187). Sum of RGB (Red+Green+Blue) = 193+136+187=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C188BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188BB is #3E7744. Grayscale: #9E9E9E. Windows color (decimal): -4093765 or 12290241. OLE color: 12290241.

HSL color Cylindrical-coordinate representation of color #C188BB: hue angle of 306.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C188BB is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB193136187-
CMYK00.300.030.24
HSL306.32º31.49%64.51%-
HSV(B)306.32º29.53%75.69%-
XYZ39.7732.5351.2-
YUV158.86143.88152.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=37.40%
G=26.36%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313618700.300.030.24306.3231.4964.51
HexC188BB01E3181321f41
Octal30121027303633046237101
Binary1100000110001000101110110111101111000100110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188BB; }

 p { color: rgb(193,136,187); }

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

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

 a { background-color: rgb(193,136,187); }

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

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

 span { border-color: rgb(193,136,187); }

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