#C178B4

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

Shades of London Hue #C178B4

Tints of London Hue #C178B4

Color information

#C178B4 (or 0xC178B4) is unknown color: approx London Hue. HEX triplet: C1, 78 and B4. RGB value is (193,120,180). Sum of RGB (Red+Green+Blue) = 193+120+180=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C178B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178B4 is #3E874B. Grayscale: #949494. Windows color (decimal): -4097868 or 11827393. OLE color: 11827393.

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

Color convert

RGB193120180-
CMYK00.380.070.24
HSL310.68º37.06%61.37%-
HSV(B)310.68º37.82%75.69%-
XYZ36.9528.0746.65-
YUV148.67145.68159.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 120 (47.27% from 255) = 24.34%
BLUE value IS 180 (70.70% from 255) = 36.51%
R=39.15%
G=24.34%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312018000.380.070.24310.6837.0661.37
HexC178B4026718137253d
Octal3011702640467304674575
Binary11000001111100010110100010011011111000100110111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C178B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C178B4; }

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

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

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

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

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

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

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

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