#C079B2

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

Shades of London Hue #C079B2

Tints of London Hue #C079B2

Color information

#C079B2 (or 0xC079B2) is unknown color: approx London Hue. HEX triplet: C0, 79 and B2. RGB value is (192,121,178). Sum of RGB (Red+Green+Blue) = 192+121+178=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C079B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079B2 is #3F864D. Grayscale: #949494. Windows color (decimal): -4163150 or 11696576. OLE color: 11696576.

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

Color convert

RGB192121178-
CMYK00.370.070.25
HSL311.83º36.04%61.37%-
HSV(B)311.83º36.98%75.29%-
XYZ36.6128.145.61-
YUV148.73144.52158.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 178 (69.92% from 255) = 36.25%
R=39.10%
G=24.64%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212117800.370.070.25311.8336.0461.37
HexC079B2025719138243d
Octal3001712620457314704475
Binary11000000111100110110010010010111111001100111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079B2; }

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

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

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

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

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

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

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

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