#825060

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

Shades of Cannon Pink #825060

Tints of Cannon Pink #825060

Color information

#825060 (or 0x825060) is unknown color: approx Cannon Pink. HEX triplet: 82, 50 and 60. RGB value is (130,80,96). Sum of RGB (Red+Green+Blue) = 130+80+96=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #825060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825060 is #7DAF9F. Grayscale: #606060. Windows color (decimal): -8236960 or 6312066. OLE color: 6312066.

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

Color convert

RGB1308096-
CMYK00.380.260.49
HSL340.8º23.81%41.18%-
HSV(B)340.8º38.46%50.98%-
XYZ14.1911.3312.51-
YUV96.77127.56151.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=42.48%
G=26.14%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130809600.380.260.49340.823.8141.18
Hex8250600261A311551829
Octal20212014004632615253051
Binary100000101010000110000001001101101011000110101010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825060; }

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

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

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

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

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

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

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

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