#835261

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

Shades of Cannon Pink #835261

Tints of Cannon Pink #835261

Color information

#835261 (or 0x835261) is unknown color: approx Cannon Pink. HEX triplet: 83, 52 and 61. RGB value is (131,82,97). Sum of RGB (Red+Green+Blue) = 131+82+97=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #835261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835261 is #7CAD9E. Grayscale: #626262. Windows color (decimal): -8170911 or 6378115. OLE color: 6378115.

HSL color Cylindrical-coordinate representation of color #835261: hue angle of 341.63º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835261 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1318297-
CMYK00.370.260.49
HSL341.63º23%41.76%-
HSV(B)341.63º37.4%51.37%-
XYZ14.5411.7212.81-
YUV98.36127.23151.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.26%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=42.26%
G=26.45%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131829700.370.260.49341.632341.76
Hex8352610251A31156172a
Octal20312214104532615262752
Binary100000111010010110000101001011101011000110101011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835261; }

 p { color: rgb(131,82,97); }

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

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

 a { background-color: rgb(131,82,97); }

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

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

 span { border-color: rgb(131,82,97); }

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