#825964

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

Shades of Cannon Pink #825964

Tints of Cannon Pink #825964

Color information

#825964 (or 0x825964) is unknown color: approx Cannon Pink. HEX triplet: 82, 59 and 64. RGB value is (130,89,100). Sum of RGB (Red+Green+Blue) = 130+89+100=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #825964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825964 is #7DA69B. Grayscale: #666666. Windows color (decimal): -8234652 or 6576514. OLE color: 6576514.

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

Color convert

RGB13089100-
CMYK00.320.230.49
HSL343.9º18.72%42.94%-
HSV(B)343.9º31.54%50.98%-
XYZ15.0812.8113.73-
YUV102.51126.58147.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=40.75%
G=27.90%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308910000.320.230.49343.918.7242.94
Hex8259640201731158132b
Octal20213114404027615302353
Binary100000101011001110010001000001011111000110101100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825964; }

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

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

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

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

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

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

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

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