#825A66

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

Shades of Cannon Pink #825A66

Tints of Cannon Pink #825A66

Color information

#825A66 (or 0x825A66) is unknown color: approx Cannon Pink. HEX triplet: 82, 5A and 66. RGB value is (130,90,102). Sum of RGB (Red+Green+Blue) = 130+90+102=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #825A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A66 is #7DA599. Grayscale: #676767. Windows color (decimal): -8234394 or 6707842. OLE color: 6707842.

HSL color Cylindrical-coordinate representation of color #825A66: hue angle of 342º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825A66 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13090102-
CMYK00.310.220.49
HSL342º18.18%43.14%-
HSV(B)342º30.77%50.98%-
XYZ15.2613.0214.28-
YUV103.33127.25147.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=40.37%
G=27.95%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309010200.310.220.4934218.1843.14
Hex825A6601F1631156122b
Octal20213214603726615262253
Binary10000010101101011001100111111011011000110101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825A66; }

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

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

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

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

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

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

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

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