#C077B7

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

Shades of London Hue #C077B7

Tints of London Hue #C077B7

Color information

#C077B7 (or 0xC077B7) is unknown color: approx London Hue. HEX triplet: C0, 77 and B7. RGB value is (192,119,183). Sum of RGB (Red+Green+Blue) = 192+119+183=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C077B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077B7 is #3F8848. Grayscale: #939393. Windows color (decimal): -4163657 or 12023744. OLE color: 12023744.

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

Color convert

RGB192119183-
CMYK00.380.050.25
HSL307.4º36.68%60.98%-
HSV(B)307.4º38.02%75.29%-
XYZ36.8827.8248.23-
YUV148.12147.68159.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=38.87%
G=24.09%
B=37.04%

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
Decimal19211918300.380.050.25307.436.6860.98
HexC077B7026519133253d
Octal3001672670465314634575
Binary11000000111011110110111010011010111001100110011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C077B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C077B7; }

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

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

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

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

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

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

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

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