#835661

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

Shades of Cannon Pink #835661

Tints of Cannon Pink #835661

Color information

#835661 (or 0x835661) is unknown color: approx Cannon Pink. HEX triplet: 83, 56 and 61. RGB value is (131,86,97). Sum of RGB (Red+Green+Blue) = 131+86+97=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #835661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835661 is #7CA99E. Grayscale: #646464. Windows color (decimal): -8169887 or 6379139. OLE color: 6379139.

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

Color convert

RGB1318697-
CMYK00.340.260.49
HSL345.33º20.74%42.55%-
HSV(B)345.33º34.35%51.37%-
XYZ14.8512.3412.91-
YUV100.71125.91149.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.72%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=41.72%
G=27.39%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131869700.340.260.49345.3320.7442.55
Hex8356610221A31159152b
Octal20312614104232615312553
Binary100000111010110110000101000101101011000110101100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835661; }

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

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

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

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

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

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

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

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