#865261

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

Shades of Cannon Pink #865261

Tints of Cannon Pink #865261

Color information

#865261 (or 0x865261) is unknown color: approx Cannon Pink. HEX triplet: 86, 52 and 61. RGB value is (134,82,97). Sum of RGB (Red+Green+Blue) = 134+82+97=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #865261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865261 is #79AD9E. Grayscale: #636363. Windows color (decimal): -7974303 or 6378118. OLE color: 6378118.

HSL color Cylindrical-coordinate representation of color #865261: hue angle of 342.69º 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 #865261 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1348297-
CMYK00.390.280.47
HSL342.69º24.07%42.35%-
HSV(B)342.69º38.81%52.55%-
XYZ15.0111.9712.83-
YUV99.26126.73152.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=42.81%
G=26.20%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134829700.390.280.47342.6924.0742.35
Hex8652610271C2F157182a
Octal20612214104734575273052
Binary100001101010010110000101001111110010111110101011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865261; }

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

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

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

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

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

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

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

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