Html Css Color HEX #84566B Cannon Pink

📋 copy color: '#84566B'

red 132 ◦ green 86 ◦ blue 107

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

Shades of Cannon Pink #84566B

Tints of Cannon Pink #84566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 40.62%
G = 26.46%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84566B (or 0x84566B) is known color: Cannon Pink. HEX triplet: 84, 56 and 6B. RGB value is (132,86,107). Sum of RGB (Red+Green+Blue) = 132+86+107=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84566B is #7BA994. Grayscale: #666666. Windows color (decimal): -8104341 or 7034500. OLE color: 7034500.

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

Color convert

RGB 132 86 107 -
CMYK 0 0.35 0.19 0.48
HSL 332.61º 0.21% 0.43% -
HSV(B) 332.61º 0.35% 0.52% -
XYZ 15.5 12.62 15.53 -
YUV 102.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 132 86 107 0 0.35 0.19 0.48 332.61 0.21 0.43
Hex 84 56 6B 0 23 13 30 14D 15 2B
Octal 204 126 153 0 43 23 60 515 25 53
Binary 10000100 1010110 1101011 0 100011 10011 110000 101001101 10101 101011

Color Harmonies of #84566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84566B

Black with #84566B

Text Example


Text Example

White with #84566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84566B; }

 p { color: rgb(132,86,107); }

 H1.HeaderClassName
 {
   color: #84566B;
 }
 .AnyTagClassName
 {
   color: #84566B;
 }
</style>

background-color css

<style>
 a { background-color: #84566B; }

 a { background-color: rgb(132,86,107); }

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

border-color css

<style>
 span { border-color: #84566B; }

 span { border-color: rgb(132,86,107); }

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