#864B60

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

Shades of Cannon Pink #864B60

Tints of Cannon Pink #864B60

Color information

#864B60 (or 0x864B60) is unknown color: approx Cannon Pink. HEX triplet: 86, 4B and 60. RGB value is (134,75,96). Sum of RGB (Red+Green+Blue) = 134+75+96=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #864B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B60 is #79B49F. Grayscale: #5F5F5F. Windows color (decimal): -7976096 or 6310790. OLE color: 6310790.

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

Color convert

RGB1347596-
CMYK00.440.280.47
HSL338.64º28.23%40.98%-
HSV(B)338.64º44.03%52.55%-
XYZ14.4610.9512.42-
YUV95.04128.55155.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=43.93%
G=24.59%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134759600.440.280.47338.6428.2340.98
Hex864B6002C1C2F1531c29
Octal20611314005434575233451
Binary100001101001011110000001011001110010111110101001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864B60; }

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

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

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

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

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

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

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

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