#825864

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

Shades of Cannon Pink #825864

Tints of Cannon Pink #825864

Color information

#825864 (or 0x825864) is unknown color: approx Cannon Pink. HEX triplet: 82, 58 and 64. RGB value is (130,88,100). Sum of RGB (Red+Green+Blue) = 130+88+100=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #825864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825864 is #7DA79B. Grayscale: #656565. Windows color (decimal): -8234908 or 6576258. OLE color: 6576258.

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

Color convert

RGB13088100-
CMYK00.320.230.49
HSL342.86º19.27%42.75%-
HSV(B)342.86º32.31%50.98%-
XYZ1512.6513.71-
YUV101.93126.91148.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=40.88%
G=27.67%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308810000.320.230.49342.8619.2742.75
Hex8258640201731157132b
Octal20213014404027615272353
Binary100000101011000110010001000001011111000110101011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825864; }

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

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

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

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

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

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

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

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