#c078b6

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

Shades of London Hue #C078B6

Tints of London Hue #C078B6

Color information

#C078B6 (or 0xC078B6) is unknown color: approx London Hue. HEX triplet: C0, 78 and B6. RGB value is (192,120,182). Sum of RGB (Red+Green+Blue) = 192+120+182=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C078B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078B6 is #3F8749. Grayscale: #949494. Windows color (decimal): -4163402 or 11958464. OLE color: 11958464.

HSL color Cylindrical-coordinate representation of color #C078B6: hue angle of 308.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078B6 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB192120182-
CMYK00.380.050.25
HSL308.33º36.36%61.18%-
HSV(B)308.33º37.5%75.29%-
XYZ36.928.0247.72-
YUV148.6146.85158.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 120 (47.27% from 255) = 24.29%
BLUE value IS 182 (71.48% from 255) = 36.84%
R=38.87%
G=24.29%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212018200.380.050.25308.3336.3661.18
HexC078B6026519134243d
Octal3001702660465314644475
Binary11000000111100010110110010011010111001100110100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c078b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c078b6; }

 p { color: rgb(192,120,182); }

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

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

 a { background-color: rgb(192,120,182); }

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

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

 span { border-color: rgb(192,120,182); }

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