Html Css Color HEX #84505A Cannon Pink

📋 copy color: '#84505A'

red 132 ◦ green 80 ◦ blue 90

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

Shades of Cannon Pink #84505A

Tints of Cannon Pink #84505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 43.71%
G = 26.49%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84505A (or 0x84505A) is known color: Cannon Pink. HEX triplet: 84, 50 and 5A. RGB value is (132,80,90). Sum of RGB (Red+Green+Blue) = 132+80+90=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #84505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84505A is #7BAFA5. Grayscale: #606060. Windows color (decimal): -8105894 or 5918852. OLE color: 5918852.

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

Color convert

RGB 132 80 90 -
CMYK 0 0.39 0.32 0.48
HSL 348.46º 0.25% 0.42% -
HSV(B) 348.46º 0.39% 0.52% -
XYZ 14.23 11.38 11.12 -
YUV 96.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 132 80 90 0 0.39 0.32 0.48 348.46 0.25 0.42
Hex 84 50 5A 0 27 20 30 15C 19 2A
Octal 204 120 132 0 47 40 60 534 31 52
Binary 10000100 1010000 1011010 0 100111 100000 110000 101011100 11001 101010

Color Harmonies of #84505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84505A

Black with #84505A

Text Example


Text Example

White with #84505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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