#864C63

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

Shades of Cannon Pink #864C63

Tints of Cannon Pink #864C63

Color information

#864C63 (or 0x864C63) is unknown color: approx Cannon Pink. HEX triplet: 86, 4C and 63. RGB value is (134,76,99). Sum of RGB (Red+Green+Blue) = 134+76+99=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #864C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C63 is #79B39C. Grayscale: #5F5F5F. Windows color (decimal): -7975837 or 6507654. OLE color: 6507654.

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

Color convert

RGB1347699-
CMYK00.430.260.47
HSL336.21º27.62%41.18%-
HSV(B)336.21º43.28%52.55%-
XYZ14.6711.1413.18-
YUV95.96129.72155.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=43.37%
G=24.60%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134769900.430.260.47336.2127.6241.18
Hex864C6302B1A2F1501c29
Octal20611414305332575203451
Binary100001101001100110001101010111101010111110101000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,76,99); }

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

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

 a { background-color: rgb(134,76,99); }

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

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

 span { border-color: rgb(134,76,99); }

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