#C079B3

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

Shades of London Hue #C079B3

Tints of London Hue #C079B3

Color information

#C079B3 (or 0xC079B3) is unknown color: approx London Hue. HEX triplet: C0, 79 and B3. RGB value is (192,121,179). Sum of RGB (Red+Green+Blue) = 192+121+179=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C079B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079B3 is #3F864C. Grayscale: #949494. Windows color (decimal): -4163149 or 11762112. OLE color: 11762112.

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

Color convert

RGB192121179-
CMYK00.370.070.25
HSL310.99º36.04%61.37%-
HSV(B)310.99º36.98%75.29%-
XYZ36.7128.1446.14-
YUV148.84145.02158.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=39.02%
G=24.59%
B=36.38%

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
Decimal19212117900.370.070.25310.9936.0461.37
HexC079B3025719137243d
Octal3001712630457314674475
Binary11000000111100110110011010010111111001100110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079B3; }

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

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

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

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

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

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

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

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