#825762

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

Shades of Cannon Pink #825762

Tints of Cannon Pink #825762

Color information

#825762 (or 0x825762) is unknown color: approx Cannon Pink. HEX triplet: 82, 57 and 62. RGB value is (130,87,98). Sum of RGB (Red+Green+Blue) = 130+87+98=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #825762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825762 is #7DA89D. Grayscale: #656565. Windows color (decimal): -8235166 or 6444930. OLE color: 6444930.

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

Color convert

RGB1308798-
CMYK00.330.250.49
HSL344.65º19.82%42.55%-
HSV(B)344.65º33.08%50.98%-
XYZ14.8212.4413.18-
YUV101.11126.25148.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=41.27%
G=27.62%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130879800.330.250.49344.6519.8242.55
Hex8257620211931159142b
Octal20212714204131615312453
Binary100000101010111110001001000011100111000110101100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825762; }

 p { color: rgb(130,87,98); }

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

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

 a { background-color: rgb(130,87,98); }

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

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

 span { border-color: rgb(130,87,98); }

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