#C378B1

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

Shades of London Hue #C378B1

Tints of London Hue #C378B1

Color information

#C378B1 (or 0xC378B1) is unknown color: approx London Hue. HEX triplet: C3, 78 and B1. RGB value is (195,120,177). Sum of RGB (Red+Green+Blue) = 195+120+177=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C378B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C378B1 is #3C874E. Grayscale: #949494. Windows color (decimal): -3966799 or 11630787. OLE color: 11630787.

HSL color Cylindrical-coordinate representation of color #C378B1: hue angle of 314.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C378B1 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB195120177-
CMYK00.380.090.24
HSL314.4º38.46%61.76%-
HSV(B)314.4º38.46%76.47%-
XYZ37.1628.2145.08-
YUV148.92143.85160.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=39.63%
G=24.39%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512017700.380.090.24314.438.4661.76
HexC378B102691813a263e
Octal30317026104611304724676
Binary110000111111000101100010100110100111000100111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378B1; }

 p { color: rgb(195,120,177); }

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

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

 a { background-color: rgb(195,120,177); }

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

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

 span { border-color: rgb(195,120,177); }

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