Html Css Color HEX #84595F Cannon Pink

📋 copy color: '#84595F'

red 132 ◦ green 89 ◦ blue 95

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

Shades of Cannon Pink #84595F

Tints of Cannon Pink #84595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.16%

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

R = 41.77%
G = 28.16%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84595F (or 0x84595F) is known color: Cannon Pink. HEX triplet: 84, 59 and 5F. RGB value is (132,89,95). Sum of RGB (Red+Green+Blue) = 132+89+95=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #84595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84595F is #7BA6A0. Grayscale: #666666. Windows color (decimal): -8103585 or 6248836. OLE color: 6248836.

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

Color convert

RGB 132 89 95 -
CMYK 0 0.33 0.28 0.48
HSL 351.63º 0.19% 0.43% -
HSV(B) 351.63º 0.33% 0.52% -
XYZ 15.15 12.88 12.51 -
YUV 102.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 132 89 95 0 0.33 0.28 0.48 351.63 0.19 0.43
Hex 84 59 5F 0 21 1C 30 160 13 2B
Octal 204 131 137 0 41 34 60 540 23 53
Binary 10000100 1011001 1011111 0 100001 11100 110000 101100000 10011 101011

Color Harmonies of #84595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84595F

Black with #84595F

Text Example


Text Example

White with #84595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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