#80515A

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

Shades of Cannon Pink #80515A

Tints of Cannon Pink #80515A

Color information

#80515A (or 0x80515A) is unknown color: approx Cannon Pink. HEX triplet: 80, 51 and 5A. RGB value is (128,81,90). Sum of RGB (Red+Green+Blue) = 128+81+90=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #80515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80515A is #7FAEA5. Grayscale: #606060. Windows color (decimal): -8367782 or 5919104. OLE color: 5919104.

HSL color Cylindrical-coordinate representation of color #80515A: hue angle of 348.51º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80515A is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1288190-
CMYK00.370.300.50
HSL348.51º22.49%40.98%-
HSV(B)348.51º36.72%50.2%-
XYZ13.6911.2111.12-
YUV96.08124.57150.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=42.81%
G=27.09%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128819000.370.300.50348.5122.4940.98
Hex80515A0251E3215d1629
Octal20012113204536625352651
Binary100000001010001101101001001011111011001010101110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80515A; }

 p { color: rgb(128,81,90); }

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

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

 a { background-color: rgb(128,81,90); }

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

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

 span { border-color: rgb(128,81,90); }

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