#C387B6

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

Shades of London Hue #C387B6

Tints of London Hue #C387B6

Color information

#C387B6 (or 0xC387B6) is unknown color: approx London Hue. HEX triplet: C3, 87 and B6. RGB value is (195,135,182). Sum of RGB (Red+Green+Blue) = 195+135+182=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C387B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387B6 is #3C7849. Grayscale: #9E9E9E. Windows color (decimal): -3962954 or 11962307. OLE color: 11962307.

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

Color convert

RGB195135182-
CMYK00.310.070.24
HSL313º33.33%64.71%-
HSV(B)313º30.77%76.47%-
XYZ39.6132.3148.4-
YUV158.3141.38154.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=38.09%
G=26.37%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513518200.310.070.2431333.3364.71
HexC387B601F7181392141
Octal30320726603773047141101
Binary110000111000011110110110011111111110001001110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387B6; }

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

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

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

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

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

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

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

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