#835862

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

Shades of Cannon Pink #835862

Tints of Cannon Pink #835862

Color information

#835862 (or 0x835862) is unknown color: approx Cannon Pink. HEX triplet: 83, 58 and 62. RGB value is (131,88,98). Sum of RGB (Red+Green+Blue) = 131+88+98=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #835862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835862 is #7CA79D. Grayscale: #666666. Windows color (decimal): -8169374 or 6445187. OLE color: 6445187.

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

Color convert

RGB1318898-
CMYK00.330.250.49
HSL346.05º19.63%42.94%-
HSV(B)346.05º32.82%51.37%-
XYZ15.0512.6913.21-
YUV102125.75148.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=41.32%
G=27.76%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131889800.330.250.49346.0519.6342.94
Hex835862021193115a142b
Octal20313014204131615322453
Binary100000111011000110001001000011100111000110101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835862; }

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

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

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

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

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

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

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

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