#80565E

Color #80565E Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #80565E

Tints of Cannon Pink #80565E

Color information

#80565E (or 0x80565E) is unknown color: approx Cannon Pink. HEX triplet: 80, 56 and 5E. RGB value is (128,86,94). Sum of RGB (Red+Green+Blue) = 128+86+94=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80565E is #7FA9A1. Grayscale: #636363. Windows color (decimal): -8366498 or 6182528. OLE color: 6182528.

HSL color Cylindrical-coordinate representation of color #80565E: hue angle of 348.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80565E is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1288694-
CMYK00.330.270.50
HSL348.57º19.63%41.96%-
HSV(B)348.57º32.81%50.2%-
XYZ14.2512.0512.17-
YUV99.47124.91148.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=41.56%
G=27.92%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128869400.330.270.50348.5719.6341.96
Hex80565E0211B3215d142a
Octal20012613604133625352452
Binary100000001010110101111001000011101111001010101110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80565E; }

 p { color: rgb(128,86,94); }

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

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

 a { background-color: rgb(128,86,94); }

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

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

 span { border-color: rgb(128,86,94); }

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