Html Css Color HEX #80565D Cannon Pink

📋 copy color: '#80565D'

red 128 ◦ green 86 ◦ blue 93

#80565D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #80565D

Tints of Cannon Pink #80565D

RGB

 RED value IS 128 (50.39% from 255) = 41.69%

 GREEN value IS 86 (33.98% from 255) = 28.01%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 41.69%
G = 28.01%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80565D (or 0x80565D) is known color: Cannon Pink. HEX triplet: 80, 56 and 5D. RGB value is (128,86,93). Sum of RGB (Red+Green+Blue) = 128+86+93=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80565D is #7FA9A2. Grayscale: #636363. Windows color (decimal): -8366499 or 6116992. OLE color: 6116992.

HSL color Cylindrical-coordinate representation of color #80565D: hue angle of 350º 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 #80565D is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 86 93 -
CMYK 0 0.33 0.27 0.50
HSL 350º 0.2% 0.42% -
HSV(B) 350º 0.33% 0.5% -
XYZ 14.21 12.04 11.93 -
YUV 99.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 128 86 93 0 0.33 0.27 0.50 350 0.2 0.42
Hex 80 56 5D 0 21 1B 32 15E 14 2A
Octal 200 126 135 0 41 33 62 536 24 52
Binary 10000000 1010110 1011101 0 100001 11011 110010 101011110 10100 101010

Color Harmonies of #80565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80565D

Black with #80565D

Text Example


Text Example

White with #80565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80565D;
 }
 .AnyTagClassName
 {
   color: #80565D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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