#C078AE

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

Shades of London Hue #C078AE

Tints of London Hue #C078AE

Color information

#C078AE (or 0xC078AE) is unknown color: approx London Hue. HEX triplet: C0, 78 and AE. RGB value is (192,120,174). Sum of RGB (Red+Green+Blue) = 192+120+174=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C078AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078AE is #3F8751. Grayscale: #939393. Windows color (decimal): -4163410 or 11434176. OLE color: 11434176.

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

Color convert

RGB192120174-
CMYK00.380.090.25
HSL315º36.36%61.18%-
HSV(B)315º37.5%75.29%-
XYZ36.0927.743.49-
YUV147.68142.85159.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=39.51%
G=24.69%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212017400.380.090.2531536.3661.18
HexC078AE02691913b243d
Octal30017025604611314734475
Binary110000001111000101011100100110100111001100111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078AE; }

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

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

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

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

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

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

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

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