Html Css Color HEX #80555D Cannon Pink

📋 copy color: '#80555D'

red 128 ◦ green 85 ◦ blue 93

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

Shades of Cannon Pink #80555D

Tints of Cannon Pink #80555D

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 value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80555D (or 0x80555D) is known color: 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

RGB 128 85 93 -
CMYK 0 0.34 0.27 0.50
HSL 348.84º 0.2% 0.42% -
HSV(B) 348.84º 0.34% 0.5% -
XYZ 14.13 11.88 11.9 -
YUV 98.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 128 85 93 0 0.34 0.27 0.50 348.84 0.2 0.42
Hex 80 55 5D 0 22 1B 32 15D 14 2A
Octal 200 125 135 0 42 33 62 535 24 52
Binary 10000000 1010101 1011101 0 100010 11011 110010 101011101 10100 101010

Color Harmonies of #80555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80555D

Black with #80555D

Text Example


Text Example

White with #80555D

Text Example


Text Example

HTML Codes & Css Web 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>