#84576C

Color #84576C Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #84576C

Tints of Cannon Pink #84576C

Color information

#84576C (or 0x84576C) is unknown color: approx Cannon Pink. HEX triplet: 84, 57 and 6C. RGB value is (132,87,108). Sum of RGB (Red+Green+Blue) = 132+87+108=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84576C is #7BA893. Grayscale: #666666. Windows color (decimal): -8104084 or 7100292. OLE color: 7100292.

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

Color convert

RGB13287108-
CMYK00.340.180.48
HSL332º20.55%42.94%-
HSV(B)332º34.09%51.76%-
XYZ15.6312.815.84-
YUV102.85130.91148.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=40.37%
G=26.61%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328710800.340.180.4833220.5542.94
Hex84576C022123014c152b
Octal20412715404222605142553
Binary100001001010111110110001000101001011000010100110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84576C; }

 p { color: rgb(132,87,108); }

 H1.HeaderClassName
 {
   color: #84576C;
 }
 .AnyTagClassName
 {
   color: #84576C;
 }
</style>
background-color css

<style>
 a { background-color: #84576C; }

 a { background-color: rgb(132,87,108); }

 div.DivClassName
 {
   background-color: #84576C;
 }
 .BgClassName
 {
   background-color: #84576C;
 }
</style>
border-color css

<style>
 span { border-color: #84576C; }

 span { border-color: rgb(132,87,108); }

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