#825A68

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

Shades of Cannon Pink #825A68

Tints of Cannon Pink #825A68

Color information

#825A68 (or 0x825A68) is unknown color: approx Cannon Pink. HEX triplet: 82, 5A and 68. RGB value is (130,90,104). Sum of RGB (Red+Green+Blue) = 130+90+104=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #825A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A68 is #7DA597. Grayscale: #676767. Windows color (decimal): -8234392 or 6838914. OLE color: 6838914.

HSL color Cylindrical-coordinate representation of color #825A68: hue angle of 339º 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 #825A68 is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB13090104-
CMYK00.310.20.49
HSL339º18.18%43.14%-
HSV(B)339º30.77%50.98%-
XYZ15.3613.0614.81-
YUV103.56128.25146.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 104 (41.02% from 255) = 32.10%
R=40.12%
G=27.78%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309010400.310.20.4933918.1843.14
Hex825A6801F1431153122b
Octal20213215003724615232253
Binary10000010101101011010000111111010011000110101001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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