#C076B2

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

Shades of London Hue #C076B2

Tints of London Hue #C076B2

Color information

#C076B2 (or 0xC076B2) is unknown color: approx London Hue. HEX triplet: C0, 76 and B2. RGB value is (192,118,178). Sum of RGB (Red+Green+Blue) = 192+118+178=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C076B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076B2 is #3F894D. Grayscale: #929292. Windows color (decimal): -4163918 or 11695808. OLE color: 11695808.

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

Color convert

RGB192118178-
CMYK00.390.070.25
HSL311.35º37%60.78%-
HSV(B)311.35º38.54%75.29%-
XYZ36.2527.3845.49-
YUV146.97145.52160.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=39.34%
G=24.18%
B=36.48%

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
Decimal19211817800.390.070.25311.353760.78
HexC076B2027719137253d
Octal3001662620477314674575
Binary11000000111011010110010010011111111001100110111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C076B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C076B2; }

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

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

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

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

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

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

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

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