#825666

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

Shades of Cannon Pink #825666

Tints of Cannon Pink #825666

Color information

#825666 (or 0x825666) is unknown color: approx Cannon Pink. HEX triplet: 82, 56 and 66. RGB value is (130,86,102). Sum of RGB (Red+Green+Blue) = 130+86+102=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #825666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825666 is #7DA999. Grayscale: #646464. Windows color (decimal): -8235418 or 6706818. OLE color: 6706818.

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

Color convert

RGB13086102-
CMYK00.340.220.49
HSL338.18º20.37%42.35%-
HSV(B)338.18º33.85%50.98%-
XYZ14.9312.3614.17-
YUV100.98128.58148.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=40.88%
G=27.04%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308610200.340.220.49338.1820.3742.35
Hex8256660221631152142a
Octal20212614604226615222452
Binary100000101010110110011001000101011011000110101001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825666; }

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

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

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

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

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

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

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

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