#835467

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

Shades of Cannon Pink #835467

Tints of Cannon Pink #835467

Color information

#835467 (or 0x835467) is unknown color: approx Cannon Pink. HEX triplet: 83, 54 and 67. RGB value is (131,84,103). Sum of RGB (Red+Green+Blue) = 131+84+103=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835467 is #7CAB98. Grayscale: #646464. Windows color (decimal): -8170393 or 6771843. OLE color: 6771843.

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

Color convert

RGB13184103-
CMYK00.360.210.49
HSL335.74º21.86%42.16%-
HSV(B)335.74º35.88%51.37%-
XYZ14.9812.1514.39-
YUV100.22129.57149.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.19%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=41.19%
G=26.42%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318410300.360.210.49335.7421.8642.16
Hex8354670241531150162a
Octal20312414704425615202652
Binary100000111010100110011101001001010111000110101000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835467; }

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

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

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

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

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

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

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

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