#825965

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

Shades of Cannon Pink #825965

Tints of Cannon Pink #825965

Color information

#825965 (or 0x825965) is unknown color: approx Cannon Pink. HEX triplet: 82, 59 and 65. RGB value is (130,89,101). Sum of RGB (Red+Green+Blue) = 130+89+101=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #825965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825965 is #7DA69A. Grayscale: #666666. Windows color (decimal): -8234651 or 6642050. OLE color: 6642050.

HSL color Cylindrical-coordinate representation of color #825965: hue angle of 342.44º 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 #825965 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13089101-
CMYK00.320.220.49
HSL342.44º18.72%42.94%-
HSV(B)342.44º31.54%50.98%-
XYZ15.1312.8313.99-
YUV102.63127.08147.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=40.62%
G=27.81%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308910100.320.220.49342.4418.7242.94
Hex8259650201631156132b
Octal20213114504026615262353
Binary100000101011001110010101000001011011000110101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825965; }

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

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

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

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

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

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

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

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