#C388BB

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

Shades of London Hue #C388BB

Tints of London Hue #C388BB

Color information

#C388BB (or 0xC388BB) is unknown color: approx London Hue. HEX triplet: C3, 88 and BB. RGB value is (195,136,187). Sum of RGB (Red+Green+Blue) = 195+136+187=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C388BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388BB is #3C7744. Grayscale: #9F9F9F. Windows color (decimal): -3962693 or 12290243. OLE color: 12290243.

HSL color Cylindrical-coordinate representation of color #C388BB: hue angle of 308.14º degrees, saturation: 0.33, 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 #C388BB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195136187-
CMYK00.300.040.24
HSL308.14º32.96%64.9%-
HSV(B)308.14º30.26%76.47%-
XYZ40.2832.851.22-
YUV159.46143.55153.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=37.64%
G=26.25%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513618700.300.040.24308.1432.9664.9
HexC388BB01E4181342141
Octal30321027303643046441101
Binary110000111000100010111011011110100110001001101001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388BB; }

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

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

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

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

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

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

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

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