#C079B1

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

Shades of London Hue #C079B1

Tints of London Hue #C079B1

Color information

#C079B1 (or 0xC079B1) is unknown color: approx London Hue. HEX triplet: C0, 79 and B1. RGB value is (192,121,177). Sum of RGB (Red+Green+Blue) = 192+121+177=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C079B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079B1 is #3F864E. Grayscale: #949494. Windows color (decimal): -4163151 or 11631040. OLE color: 11631040.

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

Color convert

RGB192121177-
CMYK00.370.080.25
HSL312.68º36.04%61.37%-
HSV(B)312.68º36.98%75.29%-
XYZ36.5128.0645.09-
YUV148.61144.02158.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=39.18%
G=24.69%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212117700.370.080.25312.6836.0461.37
HexC079B1025819139243d
Octal30017126104510314714475
Binary110000001111001101100010100101100011001100111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079B1; }

 p { color: rgb(192,121,177); }

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

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

 a { background-color: rgb(192,121,177); }

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

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

 span { border-color: rgb(192,121,177); }

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