Html Css Color HEX #84485A Cannon Pink

📋 copy color: '#84485A'

red 132 ◦ green 72 ◦ blue 90

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

Shades of Cannon Pink #84485A

Tints of Cannon Pink #84485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

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

R = 44.9%
G = 24.49%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84485A (or 0x84485A) is known color: Cannon Pink. HEX triplet: 84, 48 and 5A. RGB value is (132,72,90). Sum of RGB (Red+Green+Blue) = 132+72+90=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84485A is #7BB7A5. Grayscale: #5B5B5B. Windows color (decimal): -8107942 or 5916804. OLE color: 5916804.

HSL color Cylindrical-coordinate representation of color #84485A: hue angle of 342º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84485A is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 72 90 -
CMYK 0 0.45 0.32 0.48
HSL 342º 0.29% 0.4% -
HSV(B) 342º 0.45% 0.52% -
XYZ 13.68 10.28 10.94 -
YUV 91.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 132 72 90 0 0.45 0.32 0.48 342 0.29 0.4
Hex 84 48 5A 0 2D 20 30 156 1D 28
Octal 204 110 132 0 55 40 60 526 35 50
Binary 10000100 1001000 1011010 0 101101 100000 110000 101010110 11101 101000

Color Harmonies of #84485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84485A

Black with #84485A

Text Example


Text Example

White with #84485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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