#825969

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

Shades of Cannon Pink #825969

Tints of Cannon Pink #825969

Color information

#825969 (or 0x825969) is unknown color: approx Cannon Pink. HEX triplet: 82, 59 and 69. RGB value is (130,89,105). Sum of RGB (Red+Green+Blue) = 130+89+105=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #825969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825969 is #7DA696. Grayscale: #676767. Windows color (decimal): -8234647 or 6904194. OLE color: 6904194.

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

Color convert

RGB13089105-
CMYK00.320.190.49
HSL336.59º18.72%42.94%-
HSV(B)336.59º31.54%50.98%-
XYZ15.3312.9115.05-
YUV103.08129.08147.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=40.12%
G=27.47%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308910500.320.190.49336.5918.7242.94
Hex8259690201331151132b
Octal20213115104023615212353
Binary100000101011001110100101000001001111000110101000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825969; }

 p { color: rgb(130,89,105); }

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

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

 a { background-color: rgb(130,89,105); }

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

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

 span { border-color: rgb(130,89,105); }

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