#C385BA

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

Shades of London Hue #C385BA

Tints of London Hue #C385BA

Color information

#C385BA (or 0xC385BA) is unknown color: approx London Hue. HEX triplet: C3, 85 and BA. RGB value is (195,133,186). Sum of RGB (Red+Green+Blue) = 195+133+186=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C385BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385BA is #3C7A45. Grayscale: #9D9D9D. Windows color (decimal): -3963462 or 12223939. OLE color: 12223939.

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

Color convert

RGB195133186-
CMYK00.320.050.24
HSL308.71º34.07%64.31%-
HSV(B)308.71º31.79%76.47%-
XYZ39.7631.9250.52-
YUV157.58144.04154.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=37.94%
G=25.88%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513318600.320.050.24308.7134.0764.31
HexC385BA0205181352240
Octal30320527204053046542100
Binary1100001110000101101110100100000101110001001101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385BA; }

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

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

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

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

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

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

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

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