Html Css Color HEX #84505D Cannon Pink

📋 copy color: '#84505D'

red 132 ◦ green 80 ◦ blue 93

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

Shades of Cannon Pink #84505D

Tints of Cannon Pink #84505D

RGB

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

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

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

R = 43.28%
G = 26.23%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84505D (or 0x84505D) is known color: Cannon Pink. HEX triplet: 84, 50 and 5D. RGB value is (132,80,93). Sum of RGB (Red+Green+Blue) = 132+80+93=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84505D is #7BAFA2. Grayscale: #616161. Windows color (decimal): -8105891 or 6115460. OLE color: 6115460.

HSL color Cylindrical-coordinate representation of color #84505D: hue angle of 345º 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 #84505D is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 93 -
CMYK 0 0.39 0.30 0.48
HSL 345º 0.25% 0.42% -
HSV(B) 345º 0.39% 0.52% -
XYZ 14.36 11.43 11.81 -
YUV 97.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 132 80 93 0 0.39 0.30 0.48 345 0.25 0.42
Hex 84 50 5D 0 27 1E 30 159 19 2A
Octal 204 120 135 0 47 36 60 531 31 52
Binary 10000100 1010000 1011101 0 100111 11110 110000 101011001 11001 101010

Color Harmonies of #84505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84505D

Black with #84505D

Text Example


Text Example

White with #84505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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