#80515C

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

Shades of Cannon Pink #80515C

Tints of Cannon Pink #80515C

Color information

#80515C (or 0x80515C) is unknown color: approx Cannon Pink. HEX triplet: 80, 51 and 5C. RGB value is (128,81,92). Sum of RGB (Red+Green+Blue) = 128+81+92=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80515C is #7FAEA3. Grayscale: #606060. Windows color (decimal): -8367780 or 6050176. OLE color: 6050176.

HSL color Cylindrical-coordinate representation of color #80515C: hue angle of 345.96º 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 #80515C is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1288192-
CMYK00.370.280.50
HSL345.96º22.49%40.98%-
HSV(B)345.96º36.72%50.2%-
XYZ13.7811.2511.57-
YUV96.31125.57150.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=42.52%
G=26.91%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128819200.370.280.50345.9622.4940.98
Hex80515C0251C3215a1629
Octal20012113404534625322651
Binary100000001010001101110001001011110011001010101101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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