#865C60

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

Shades of Cannon Pink #865C60

Tints of Cannon Pink #865C60

Color information

#865C60 (or 0x865C60) is unknown color: approx Cannon Pink. HEX triplet: 86, 5C and 60. RGB value is (134,92,96). Sum of RGB (Red+Green+Blue) = 134+92+96=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #865C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C60 is #79A39F. Grayscale: #696969. Windows color (decimal): -7971744 or 6315142. OLE color: 6315142.

HSL color Cylindrical-coordinate representation of color #865C60: hue angle of 354.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C60 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1349296-
CMYK00.310.280.47
HSL354.29º18.58%44.31%-
HSV(B)354.29º31.34%52.55%-
XYZ15.7713.5712.85-
YUV105.01122.91148.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=41.61%
G=28.57%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134929600.310.280.47354.2918.5844.31
Hex865C6001F1C2F162132c
Octal20613414003734575422354
Binary10000110101110011000000111111110010111110110001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865C60; }

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

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

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

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

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

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

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

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