#C387BA

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

Shades of London Hue #C387BA

Tints of London Hue #C387BA

Color information

#C387BA (or 0xC387BA) is unknown color: approx London Hue. HEX triplet: C3, 87 and BA. RGB value is (195,135,186). Sum of RGB (Red+Green+Blue) = 195+135+186=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C387BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387BA is #3C7845. Grayscale: #9E9E9E. Windows color (decimal): -3962950 or 12224451. OLE color: 12224451.

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

Color convert

RGB195135186-
CMYK00.310.050.24
HSL309º33.33%64.71%-
HSV(B)309º30.77%76.47%-
XYZ40.0332.4850.61-
YUV158.75143.38153.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=37.79%
G=26.16%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513518600.310.050.2430933.3364.71
HexC387BA01F5181352141
Octal30320727203753046541101
Binary110000111000011110111010011111101110001001101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387BA; }

 p { color: rgb(195,135,186); }

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

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

 a { background-color: rgb(195,135,186); }

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

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

 span { border-color: rgb(195,135,186); }

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