#C079B0

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

Shades of London Hue #C079B0

Tints of London Hue #C079B0

Color information

#C079B0 (or 0xC079B0) is unknown color: approx London Hue. HEX triplet: C0, 79 and B0. RGB value is (192,121,176). Sum of RGB (Red+Green+Blue) = 192+121+176=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C079B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079B0 is #3F864F. Grayscale: #949494. Windows color (decimal): -4163152 or 11565504. OLE color: 11565504.

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

Color convert

RGB192121176-
CMYK00.370.080.25
HSL313.52º36.04%61.37%-
HSV(B)313.52º36.98%75.29%-
XYZ36.4128.0244.56-
YUV148.5143.52159.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 121 (47.66% from 255) = 24.74%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=39.26%
G=24.74%
B=35.99%

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
Decimal19212117600.370.080.25313.5236.0461.37
HexC079B002581913a243d
Octal30017126004510314724475
Binary110000001111001101100000100101100011001100111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079B0; }

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

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

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

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

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

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

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

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