#C385BC

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

Shades of London Hue #C385BC

Tints of London Hue #C385BC

Color information

#C385BC (or 0xC385BC) is unknown color: approx London Hue. HEX triplet: C3, 85 and BC. RGB value is (195,133,188). Sum of RGB (Red+Green+Blue) = 195+133+188=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C385BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385BC is #3C7A43. Grayscale: #9D9D9D. Windows color (decimal): -3963460 or 12355011. OLE color: 12355011.

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

Color convert

RGB195133188-
CMYK00.320.040.24
HSL306.77º34.07%64.31%-
HSV(B)306.77º31.79%76.47%-
XYZ39.9732.0151.65-
YUV157.81145.04154.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=37.79%
G=25.78%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513318800.320.040.24306.7734.0764.31
HexC385BC0204181332240
Octal30320527404043046342100
Binary1100001110000101101111000100000100110001001100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385BC; }

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

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

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

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

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

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

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

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