#C078AF

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

Shades of London Hue #C078AF

Tints of London Hue #C078AF

Color information

#C078AF (or 0xC078AF) is unknown color: approx London Hue. HEX triplet: C0, 78 and AF. RGB value is (192,120,175). Sum of RGB (Red+Green+Blue) = 192+120+175=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C078AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078AF is #3F8750. Grayscale: #939393. Windows color (decimal): -4163409 or 11499712. OLE color: 11499712.

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

Color convert

RGB192120175-
CMYK00.380.090.25
HSL314.17º36.36%61.18%-
HSV(B)314.17º37.5%75.29%-
XYZ36.1927.7344-
YUV147.8143.35159.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=39.43%
G=24.64%
B=35.93%

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
Decimal19212017500.380.090.25314.1736.3661.18
HexC078AF02691913a243d
Octal30017025704611314724475
Binary110000001111000101011110100110100111001100111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078AF; }

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

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

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

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

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

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

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

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