#865165

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

Shades of Cannon Pink #865165

Tints of Cannon Pink #865165

Color information

#865165 (or 0x865165) is unknown color: approx Cannon Pink. HEX triplet: 86, 51 and 65. RGB value is (134,81,101). Sum of RGB (Red+Green+Blue) = 134+81+101=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #865165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865165 is #79AE9A. Grayscale: #636363. Windows color (decimal): -7974555 or 6640006. OLE color: 6640006.

HSL color Cylindrical-coordinate representation of color #865165: hue angle of 337.36º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865165 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13481101-
CMYK00.400.250.47
HSL337.36º24.65%42.16%-
HSV(B)337.36º39.55%52.55%-
XYZ15.1211.8913.81-
YUV99.13129.06152.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=42.41%
G=25.63%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348110100.400.250.47337.3624.6542.16
Hex865165028192F151192a
Octal20612114505031575213152
Binary100001101010001110010101010001100110111110101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865165; }

 p { color: rgb(134,81,101); }

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

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

 a { background-color: rgb(134,81,101); }

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

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

 span { border-color: rgb(134,81,101); }

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