#825862

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

Shades of Cannon Pink #825862

Tints of Cannon Pink #825862

Color information

#825862 (or 0x825862) is unknown color: approx Cannon Pink. HEX triplet: 82, 58 and 62. RGB value is (130,88,98). Sum of RGB (Red+Green+Blue) = 130+88+98=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #825862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825862 is #7DA79D. Grayscale: #656565. Windows color (decimal): -8234910 or 6445186. OLE color: 6445186.

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

Color convert

RGB1308898-
CMYK00.320.250.49
HSL345.71º19.27%42.75%-
HSV(B)345.71º32.31%50.98%-
XYZ14.912.6113.2-
YUV101.7125.91148.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=41.14%
G=27.85%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130889800.320.250.49345.7119.2742.75
Hex825862020193115a132b
Octal20213014204031615322353
Binary100000101011000110001001000001100111000110101101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825862; }

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

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

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

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

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

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

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

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