#C077AF

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

Shades of London Hue #C077AF

Tints of London Hue #C077AF

Color information

#C077AF (or 0xC077AF) is unknown color: approx London Hue. HEX triplet: C0, 77 and AF. RGB value is (192,119,175). Sum of RGB (Red+Green+Blue) = 192+119+175=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C077AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077AF is #3F8850. Grayscale: #939393. Windows color (decimal): -4163665 or 11499456. OLE color: 11499456.

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

Color convert

RGB192119175-
CMYK00.380.090.25
HSL313.97º36.68%60.98%-
HSV(B)313.97º38.02%75.29%-
XYZ36.0727.543.96-
YUV147.21143.68159.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=39.51%
G=24.49%
B=36.01%

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
Decimal19211917500.380.090.25313.9736.6860.98
HexC077AF02691913a253d
Octal30016725704611314724575
Binary110000001110111101011110100110100111001100111010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C077AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C077AF; }

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

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

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

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

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

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

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

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