#825660

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

Shades of Cannon Pink #825660

Tints of Cannon Pink #825660

Color information

#825660 (or 0x825660) is unknown color: approx Cannon Pink. HEX triplet: 82, 56 and 60. RGB value is (130,86,96). Sum of RGB (Red+Green+Blue) = 130+86+96=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #825660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825660 is #7DA99F. Grayscale: #646464. Windows color (decimal): -8235424 or 6313602. OLE color: 6313602.

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

Color convert

RGB1308696-
CMYK00.340.260.49
HSL346.36º20.37%42.35%-
HSV(B)346.36º33.85%50.98%-
XYZ14.6512.2512.66-
YUV100.3125.58149.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=41.67%
G=27.56%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130869600.340.260.49346.3620.3742.35
Hex8256600221A3115a142a
Octal20212614004232615322452
Binary100000101010110110000001000101101011000110101101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825660; }

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

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

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

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

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

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

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

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