#835860

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

Shades of Cannon Pink #835860

Tints of Cannon Pink #835860

Color information

#835860 (or 0x835860) is unknown color: approx Cannon Pink. HEX triplet: 83, 58 and 60. RGB value is (131,88,96). Sum of RGB (Red+Green+Blue) = 131+88+96=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #835860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835860 is #7CA79F. Grayscale: #656565. Windows color (decimal): -8169376 or 6314115. OLE color: 6314115.

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

Color convert

RGB1318896-
CMYK00.330.270.49
HSL348.84º19.63%42.94%-
HSV(B)348.84º32.82%51.37%-
XYZ14.9612.6512.72-
YUV101.77124.75148.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=41.59%
G=27.94%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131889600.330.270.49348.8419.6342.94
Hex8358600211B3115d142b
Octal20313014004133615352453
Binary100000111011000110000001000011101111000110101110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835860; }

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

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

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

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

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

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

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

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