Html Css Color HEX #80535F Cannon Pink

📋 copy color: '#80535F'

red 128 ◦ green 83 ◦ blue 95

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

Shades of Cannon Pink #80535F

Tints of Cannon Pink #80535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 41.83%
G = 27.12%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80535F (or 0x80535F) is known color: Cannon Pink. HEX triplet: 80, 53 and 5F. RGB value is (128,83,95). Sum of RGB (Red+Green+Blue) = 128+83+95=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80535F is #7FACA0. Grayscale: #616161. Windows color (decimal): -8367265 or 6247296. OLE color: 6247296.

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

Color convert

RGB 128 83 95 -
CMYK 0 0.35 0.26 0.50
HSL 344º 0.21% 0.41% -
HSV(B) 344º 0.35% 0.5% -
XYZ 14.06 11.6 12.32 -
YUV 97.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 128 83 95 0 0.35 0.26 0.50 344 0.21 0.41
Hex 80 53 5F 0 23 1A 32 158 15 29
Octal 200 123 137 0 43 32 62 530 25 51
Binary 10000000 1010011 1011111 0 100011 11010 110010 101011000 10101 101001

Color Harmonies of #80535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80535F

Black with #80535F

Text Example


Text Example

White with #80535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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