#835967

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

Shades of Cannon Pink #835967

Tints of Cannon Pink #835967

Color information

#835967 (or 0x835967) is unknown color: approx Cannon Pink. HEX triplet: 83, 59 and 67. RGB value is (131,89,103). Sum of RGB (Red+Green+Blue) = 131+89+103=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #835967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835967 is #7CA698. Grayscale: #676767. Windows color (decimal): -8169113 or 6773123. OLE color: 6773123.

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

Color convert

RGB13189103-
CMYK00.320.210.49
HSL340º19.09%43.14%-
HSV(B)340º32.06%51.37%-
XYZ15.3812.9514.52-
YUV103.15127.91147.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=40.56%
G=27.55%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318910300.320.210.4934019.0943.14
Hex8359670201531154132b
Octal20313114704025615242353
Binary100000111011001110011101000001010111000110101010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835967; }

 p { color: rgb(131,89,103); }

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

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

 a { background-color: rgb(131,89,103); }

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

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

 span { border-color: rgb(131,89,103); }

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