#825763

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

Shades of Cannon Pink #825763

Tints of Cannon Pink #825763

Color information

#825763 (or 0x825763) is unknown color: approx Cannon Pink. HEX triplet: 82, 57 and 63. RGB value is (130,87,99). Sum of RGB (Red+Green+Blue) = 130+87+99=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #825763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825763 is #7DA89C. Grayscale: #656565. Windows color (decimal): -8235165 or 6510466. OLE color: 6510466.

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

Color convert

RGB1308799-
CMYK00.330.240.49
HSL343.26º19.82%42.55%-
HSV(B)343.26º33.08%50.98%-
XYZ14.8712.4613.43-
YUV101.22126.75148.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=41.14%
G=27.53%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130879900.330.240.49343.2619.8242.55
Hex8257630211831157142b
Octal20212714304130615272453
Binary100000101010111110001101000011100011000110101011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825763; }

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

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

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

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

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

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

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

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