#C388B9

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

Shades of London Hue #C388B9

Tints of London Hue #C388B9

Color information

#C388B9 (or 0xC388B9) is unknown color: approx London Hue. HEX triplet: C3, 88 and B9. RGB value is (195,136,185). Sum of RGB (Red+Green+Blue) = 195+136+185=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C388B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388B9 is #3C7746. Grayscale: #9F9F9F. Windows color (decimal): -3962695 or 12159171. OLE color: 12159171.

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

Color convert

RGB195136185-
CMYK00.300.050.24
HSL310.17º32.96%64.9%-
HSV(B)310.17º30.26%76.47%-
XYZ40.0732.7150.1-
YUV159.23142.55153.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=37.79%
G=26.36%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513618500.300.050.24310.1732.9664.9
HexC388B901E5181362141
Octal30321027103653046641101
Binary110000111000100010111001011110101110001001101101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388B9; }

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

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

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

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

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

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

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

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