#C076B3

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

Shades of London Hue #C076B3

Tints of London Hue #C076B3

Color information

#C076B3 (or 0xC076B3) is unknown color: approx London Hue. HEX triplet: C0, 76 and B3. RGB value is (192,118,179). Sum of RGB (Red+Green+Blue) = 192+118+179=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C076B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076B3 is #3F894C. Grayscale: #929292. Windows color (decimal): -4163917 or 11761344. OLE color: 11761344.

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

Color convert

RGB192118179-
CMYK00.390.070.25
HSL310.54º37%60.78%-
HSV(B)310.54º38.54%75.29%-
XYZ36.3527.4246.02-
YUV147.08146.02160.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=39.26%
G=24.13%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211817900.390.070.25310.543760.78
HexC076B3027719137253d
Octal3001662630477314674575
Binary11000000111011010110011010011111111001100110111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C076B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C076B3; }

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

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

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

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

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

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

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

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