#835163

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

Shades of Cannon Pink #835163

Tints of Cannon Pink #835163

Color information

#835163 (or 0x835163) is unknown color: approx Cannon Pink. HEX triplet: 83, 51 and 63. RGB value is (131,81,99). Sum of RGB (Red+Green+Blue) = 131+81+99=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #835163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835163 is #7CAE9C. Grayscale: #616161. Windows color (decimal): -8171165 or 6508931. OLE color: 6508931.

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

Color convert

RGB1318199-
CMYK00.380.240.49
HSL338.4º23.58%41.57%-
HSV(B)338.4º38.17%51.37%-
XYZ14.5511.6113.28-
YUV98128.56151.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=42.12%
G=26.05%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131819900.380.240.49338.423.5841.57
Hex8351630261831152182a
Octal20312114304630615223052
Binary100000111010001110001101001101100011000110101001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835163; }

 p { color: rgb(131,81,99); }

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

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

 a { background-color: rgb(131,81,99); }

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

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

 span { border-color: rgb(131,81,99); }

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