#864C5E

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

Shades of Cannon Pink #864C5E

Tints of Cannon Pink #864C5E

Color information

#864C5E (or 0x864C5E) is unknown color: approx Cannon Pink. HEX triplet: 86, 4C and 5E. RGB value is (134,76,94). Sum of RGB (Red+Green+Blue) = 134+76+94=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C5E is #79B3A1. Grayscale: #5F5F5F. Windows color (decimal): -7975842 or 6179974. OLE color: 6179974.

HSL color Cylindrical-coordinate representation of color #864C5E: hue angle of 341.38º 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 #864C5E is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1347694-
CMYK00.430.300.47
HSL341.38º27.62%41.18%-
HSV(B)341.38º43.28%52.55%-
XYZ14.4411.0511.96-
YUV95.39127.22155.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=44.08%
G=25%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134769400.430.300.47341.3827.6241.18
Hex864C5E02B1E2F1551c29
Octal20611413605336575253451
Binary100001101001100101111001010111111010111110101010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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