#825866

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

Shades of Cannon Pink #825866

Tints of Cannon Pink #825866

Color information

#825866 (or 0x825866) is unknown color: approx Cannon Pink. HEX triplet: 82, 58 and 66. RGB value is (130,88,102). Sum of RGB (Red+Green+Blue) = 130+88+102=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #825866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825866 is #7DA799. Grayscale: #666666. Windows color (decimal): -8234906 or 6707330. OLE color: 6707330.

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

Color convert

RGB13088102-
CMYK00.320.220.49
HSL340º19.27%42.75%-
HSV(B)340º32.31%50.98%-
XYZ15.0912.6814.22-
YUV102.15127.91147.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=40.62%
G=27.5%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308810200.320.220.4934019.2742.75
Hex8258660201631154132b
Octal20213014604026615242353
Binary100000101011000110011001000001011011000110101010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825866; }

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

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

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

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

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

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

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

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