#825860

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

Shades of Cannon Pink #825860

Tints of Cannon Pink #825860

Color information

#825860 (or 0x825860) is unknown color: approx Cannon Pink. HEX triplet: 82, 58 and 60. RGB value is (130,88,96). Sum of RGB (Red+Green+Blue) = 130+88+96=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825860 is #7DA79F. Grayscale: #656565. Windows color (decimal): -8234912 or 6314114. OLE color: 6314114.

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

Color convert

RGB1308896-
CMYK00.320.260.49
HSL348.57º19.27%42.75%-
HSV(B)348.57º32.31%50.98%-
XYZ14.8112.5712.71-
YUV101.47124.91148.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=41.40%
G=28.03%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130889600.320.260.49348.5719.2742.75
Hex8258600201A3115d132b
Octal20213014004032615352353
Binary100000101011000110000001000001101011000110101110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825860; }

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

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

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

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

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

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

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

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