#825560

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

Shades of Cannon Pink #825560

Tints of Cannon Pink #825560

Color information

#825560 (or 0x825560) is unknown color: approx Cannon Pink. HEX triplet: 82, 55 and 60. RGB value is (130,85,96). Sum of RGB (Red+Green+Blue) = 130+85+96=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825560 is #7DAA9F. Grayscale: #636363. Windows color (decimal): -8235680 or 6313346. OLE color: 6313346.

HSL color Cylindrical-coordinate representation of color #825560: hue angle of 345.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825560 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1308596-
CMYK00.350.260.49
HSL345.33º20.93%42.16%-
HSV(B)345.33º34.62%50.98%-
XYZ14.5712.0912.63-
YUV99.71125.91149.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=41.80%
G=27.33%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130859600.350.260.49345.3320.9342.16
Hex8255600231A31159152a
Octal20212514004332615312552
Binary100000101010101110000001000111101011000110101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825560; }

 p { color: rgb(130,85,96); }

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

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

 a { background-color: rgb(130,85,96); }

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

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

 span { border-color: rgb(130,85,96); }

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