#865760

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

Shades of Cannon Pink #865760

Tints of Cannon Pink #865760

Color information

#865760 (or 0x865760) is unknown color: approx Cannon Pink. HEX triplet: 86, 57 and 60. RGB value is (134,87,96). Sum of RGB (Red+Green+Blue) = 134+87+96=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #865760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865760 is #79A89F. Grayscale: #666666. Windows color (decimal): -7973024 or 6313862. OLE color: 6313862.

HSL color Cylindrical-coordinate representation of color #865760: hue angle of 348.51º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #865760 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1348796-
CMYK00.350.280.47
HSL348.51º21.27%43.33%-
HSV(B)348.51º35.07%52.55%-
XYZ15.3512.7312.71-
YUV102.08124.57150.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=42.27%
G=27.44%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134879600.350.280.47348.5121.2743.33
Hex8657600231C2F15d152b
Octal20612714004334575352553
Binary100001101010111110000001000111110010111110101110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865760; }

 p { color: rgb(134,87,96); }

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

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

 a { background-color: rgb(134,87,96); }

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

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

 span { border-color: rgb(134,87,96); }

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