#C079B9

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

Shades of London Hue #C079B9

Tints of London Hue #C079B9

Color information

#C079B9 (or 0xC079B9) is unknown color: approx London Hue. HEX triplet: C0, 79 and B9. RGB value is (192,121,185). Sum of RGB (Red+Green+Blue) = 192+121+185=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C079B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079B9 is #3F8646. Grayscale: #959595. Windows color (decimal): -4163143 or 12155328. OLE color: 12155328.

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

Color convert

RGB192121185-
CMYK00.370.040.25
HSL305.92º36.04%61.37%-
HSV(B)305.92º36.98%75.29%-
XYZ37.3328.3849.41-
YUV149.52148.02158.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=38.55%
G=24.30%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212118500.370.040.25305.9236.0461.37
HexC079B9025419132243d
Octal3001712710454314624475
Binary11000000111100110111001010010110011001100110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079B9; }

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

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

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

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

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

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

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

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