Html Css Color HEX #84505F Cannon Pink

📋 copy color: '#84505F'

red 132 ◦ green 80 ◦ blue 95

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

Shades of Cannon Pink #84505F

Tints of Cannon Pink #84505F

RGB

 RED value IS 132 (51.95% from 255) = 43%

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 43%
G = 26.06%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84505F (or 0x84505F) is known color: Cannon Pink. HEX triplet: 84, 50 and 5F. RGB value is (132,80,95). Sum of RGB (Red+Green+Blue) = 132+80+95=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84505F is #7BAFA0. Grayscale: #616161. Windows color (decimal): -8105889 or 6246532. OLE color: 6246532.

HSL color Cylindrical-coordinate representation of color #84505F: hue angle of 342.69º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84505F is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 95 -
CMYK 0 0.39 0.28 0.48
HSL 342.69º 0.25% 0.42% -
HSV(B) 342.69º 0.39% 0.52% -
XYZ 14.45 11.47 12.28 -
YUV 97.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 132 80 95 0 0.39 0.28 0.48 342.69 0.25 0.42
Hex 84 50 5F 0 27 1C 30 157 19 2A
Octal 204 120 137 0 47 34 60 527 31 52
Binary 10000100 1010000 1011111 0 100111 11100 110000 101010111 11001 101010

Color Harmonies of #84505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84505F

Black with #84505F

Text Example


Text Example

White with #84505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,80,95); }

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

background-color css

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

 a { background-color: rgb(132,80,95); }

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

border-color css

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

 span { border-color: rgb(132,80,95); }

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