#80555D

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

Shades of Cannon Pink #80555D

Tints of Cannon Pink #80555D

Color information

#80555D (or 0x80555D) is unknown color: approx Cannon Pink. HEX triplet: 80, 55 and 5D. RGB value is (128,85,93). Sum of RGB (Red+Green+Blue) = 128+85+93=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80555D is #7FAAA2. Grayscale: #626262. Windows color (decimal): -8366755 or 6116736. OLE color: 6116736.

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

Color convert

RGB1288593-
CMYK00.340.270.50
HSL348.84º20.19%41.76%-
HSV(B)348.84º33.59%50.2%-
XYZ14.1311.8811.9-
YUV98.77124.75148.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=41.83%
G=27.78%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128859300.340.270.50348.8420.1941.76
Hex80555D0221B3215d142a
Octal20012513504233625352452
Binary100000001010101101110101000101101111001010101110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80555D; }

 p { color: rgb(128,85,93); }

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

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

 a { background-color: rgb(128,85,93); }

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

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

 span { border-color: rgb(128,85,93); }

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