Html Css Color HEX #80585F Cannon Pink

📋 copy color: '#80585F'

red 128 ◦ green 88 ◦ blue 95

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

Shades of Cannon Pink #80585F

Tints of Cannon Pink #80585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.3%

 BLUE value IS 95 (37.5% from 255) = 30.55%

R = 41.16%
G = 28.3%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80585F (or 0x80585F) is known color: Cannon Pink. HEX triplet: 80, 58 and 5F. RGB value is (128,88,95). Sum of RGB (Red+Green+Blue) = 128+88+95=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #80585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80585F is #7FA7A0. Grayscale: #646464. Windows color (decimal): -8365985 or 6248576. OLE color: 6248576.

HSL color Cylindrical-coordinate representation of color #80585F: hue angle of 349.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80585F is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 95 -
CMYK 0 0.31 0.26 0.50
HSL 349.5º 0.19% 0.42% -
HSV(B) 349.5º 0.31% 0.5% -
XYZ 14.46 12.39 12.46 -
YUV 100.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 128 88 95 0 0.31 0.26 0.50 349.5 0.19 0.42
Hex 80 58 5F 0 1F 1A 32 15E 13 2A
Octal 200 130 137 0 37 32 62 536 23 52
Binary 10000000 1011000 1011111 0 11111 11010 110010 101011110 10011 101010

Color Harmonies of #80585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80585F

Black with #80585F

Text Example


Text Example

White with #80585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80585F; }

 p { color: rgb(128,88,95); }

 H1.HeaderClassName
 {
   color: #80585F;
 }
 .AnyTagClassName
 {
   color: #80585F;
 }
</style>

background-color css

<style>
 a { background-color: #80585F; }

 a { background-color: rgb(128,88,95); }

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

border-color css

<style>
 span { border-color: #80585F; }

 span { border-color: rgb(128,88,95); }

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