#C178B1

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

Shades of London Hue #C178B1

Tints of London Hue #C178B1

Color information

#C178B1 (or 0xC178B1) is unknown color: approx London Hue. HEX triplet: C1, 78 and B1. RGB value is (193,120,177). Sum of RGB (Red+Green+Blue) = 193+120+177=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C178B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C178B1 is #3E874E. Grayscale: #949494. Windows color (decimal): -4097871 or 11630785. OLE color: 11630785.

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

Color convert

RGB193120177-
CMYK00.380.080.24
HSL313.15º37.06%61.37%-
HSV(B)313.15º37.82%75.69%-
XYZ36.6427.9445.06-
YUV148.32144.18159.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.39%
GREEN value IS 120 (47.27% from 255) = 24.49%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=39.39%
G=24.49%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312017700.380.080.24313.1537.0661.37
HexC178B1026818139253d
Octal30117026104610304714575
Binary110000011111000101100010100110100011000100111001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C178B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C178B1; }

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

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

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

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

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

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

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

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