#C388B6

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

Shades of London Hue #C388B6

Tints of London Hue #C388B6

Color information

#C388B6 (or 0xC388B6) is unknown color: approx London Hue. HEX triplet: C3, 88 and B6. RGB value is (195,136,182). Sum of RGB (Red+Green+Blue) = 195+136+182=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C388B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388B6 is #3C7749. Grayscale: #9E9E9E. Windows color (decimal): -3962698 or 11962563. OLE color: 11962563.

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

Color convert

RGB195136182-
CMYK00.300.070.24
HSL313.22º32.96%64.9%-
HSV(B)313.22º30.26%76.47%-
XYZ39.7532.5948.45-
YUV158.88141.05153.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 136 (53.52% from 255) = 26.51%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=38.01%
G=26.51%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513618200.300.070.24313.2232.9664.9
HexC388B601E7181392141
Octal30321026603673047141101
Binary110000111000100010110110011110111110001001110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388B6; }

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

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

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

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

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

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

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

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