#865262

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

Shades of Cannon Pink #865262

Tints of Cannon Pink #865262

Color information

#865262 (or 0x865262) is unknown color: approx Cannon Pink. HEX triplet: 86, 52 and 62. RGB value is (134,82,98). Sum of RGB (Red+Green+Blue) = 134+82+98=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #865262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865262 is #79AD9D. Grayscale: #636363. Windows color (decimal): -7974302 or 6443654. OLE color: 6443654.

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

Color convert

RGB1348298-
CMYK00.390.270.47
HSL341.54º24.07%42.35%-
HSV(B)341.54º38.81%52.55%-
XYZ15.0511.9813.08-
YUV99.37127.23152.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=42.68%
G=26.11%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134829800.390.270.47341.5424.0742.35
Hex8652620271B2F156182a
Octal20612214204733575263052
Binary100001101010010110001001001111101110111110101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865262; }

 p { color: rgb(134,82,98); }

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

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

 a { background-color: rgb(134,82,98); }

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

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

 span { border-color: rgb(134,82,98); }

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