#825A64

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

Shades of Cannon Pink #825A64

Tints of Cannon Pink #825A64

Color information

#825A64 (or 0x825A64) is unknown color: approx Cannon Pink. HEX triplet: 82, 5A and 64. RGB value is (130,90,100). Sum of RGB (Red+Green+Blue) = 130+90+100=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #825A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A64 is #7DA59B. Grayscale: #676767. Windows color (decimal): -8234396 or 6576770. OLE color: 6576770.

HSL color Cylindrical-coordinate representation of color #825A64: hue angle of 345º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825A64 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB13090100-
CMYK00.310.230.49
HSL345º18.18%43.14%-
HSV(B)345º30.77%50.98%-
XYZ15.1612.9813.76-
YUV103.1126.25147.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=40.62%
G=28.12%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309010000.310.230.4934518.1843.14
Hex825A6401F1731159122b
Octal20213214403727615312253
Binary10000010101101011001000111111011111000110101100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825A64; }

 p { color: rgb(130,90,100); }

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

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

 a { background-color: rgb(130,90,100); }

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

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

 span { border-color: rgb(130,90,100); }

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